From cb96a4a488c7fd44568972c18bde426a3c805348 Mon Sep 17 00:00:00 2001 From: Alexandre Hamez Date: Sat, 10 Jun 2017 17:16:38 +0200 Subject: [PATCH] 0.16.0 --- CHANGELOG | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c09393d0..f93fd3f8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/mix.exs b/mix.exs index 9df4255e..16ceda30 100644 --- a/mix.exs +++ b/mix.exs @@ -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,