We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87544c2 commit 36ba797Copy full SHA for 36ba797
History.md
@@ -1,4 +1,9 @@
1
2
+1.3.0 / 2017-08-15
3
+==================
4
+
5
+ * feat(): allow non-utf8 binary as keys
6
7
1.2.2 / 2017-07-03
8
==================
9
mix.exs
@@ -3,7 +3,7 @@ defmodule Rox.Mixfile do
def project do
[app: :rox,
- version: "1.2.2",
+ version: "1.3.0",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
0 commit comments