We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d1794 commit 3d2d3baCopy full SHA for 3d2d3ba
CHANGELOG
@@ -1,3 +1,6 @@
1
+# 1.7.6
2
+ - Fix typespecs for JSON decoding (thanks to https://github.com/squirmy)
3
+
4
# 1.7.5
5
- Use origin repository for propchek rather than a fork
6
mix.exs
@@ -4,7 +4,7 @@ defmodule Protox.Mixfile do
def project do
[
app: :protox,
7
- version: "1.7.5",
+ version: "1.7.6",
8
elixir: "~> 1.12",
9
build_embedded: Mix.env() == :prod,
10
start_permanent: Mix.env() == :prod,
0 commit comments