Skip to content

Commit

Permalink
Release v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Aug 20, 2014
1 parent eea2a14 commit 95b8f96
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.5.5 (2014-08-20)

* Enhancements
* Reduce the amount of intermediary binaries constructed with the help of iodata

# v0.5.4 (2014-08-04)

# v0.5.3 (2014-07-13)
Expand Down
6 changes: 3 additions & 3 deletions 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.5.5-dev",
version: "0.5.5",
elixir: "~> 0.15.0",
deps: deps,
build_per_environment: false,
Expand All @@ -23,8 +23,8 @@ defmodule Postgrex.Mixfile do
end

defp deps do
[{:ex_doc, github: "elixir-lang/ex_doc", only: :dev},
{:markdown, github: "devinus/markdown", only: :dev},
[{:ex_doc, only: :dev},
{:earmark, only: :dev},
{:decimal, "~> 0.2.3"}]
end

Expand Down
3 changes: 2 additions & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
%{"decimal": {:package, "0.2.4"},
"ex_doc": {:git, "git://github.com/elixir-lang/ex_doc.git", "1aa244a7e498fec0f18ba83964cd7fcc0e568132", []},
"earmark": {:package, "0.1.10"},
"ex_doc": {:package, "0.5.2"},
"hoedown": {:git, "git://github.com/hoedown/hoedown.git", "0610117f44b173a4e2112afb2f510156a32355b5", []},
"markdown": {:git, "git://github.com/devinus/markdown.git", "a428908a6dd88f351775d1d3da530a1a2aa0d6cb", []}}

0 comments on commit 95b8f96

Please sign in to comment.