Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Dec 16, 2013
1 parent c3bdb72 commit 218db4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# v0.3.0-dev
# v0.3.0 (2013-12-16)

* Bug fixes
* Don't try to decode values of text format

* Backwards incompatible changes
* Types are stored as binaries instead of atoms, update your custom encoders and decoders


# v0.2.1 (2013-12-10)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Postgrex.Mixfile do

def project do
[ app: :postgrex,
version: "0.3.0-dev",
version: "0.3.0",
elixir: "~> 0.11.2 or ~> 0.12.0",
deps: deps(Mix.env),
name: "Postgrex",
Expand Down

0 comments on commit 218db4a

Please sign in to comment.