Skip to content

Commit

Permalink
0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Jun 10, 2017
1 parent d091c8a commit cb96a4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 0.16.0
- Fix handling of +/-infinity an NaN when encoding/decoding floats
- Move RandomInit to tests

* 0.15.2
- Fix typespecs for enum constants accessors

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Protox.Mixfile do
def project do
[
app: :protox,
version: "0.15.2",
version: "0.16.0",
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit cb96a4a

Please sign in to comment.