Skip to content

Commit 72be259

Browse files
committed
v1.7.4
1 parent 2f7c597 commit 72be259

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.7.4
2+
- Fix handling of enum in snake case
3+
14
# 1.7.3
25
- Raise DecodingError and EncodingError for invalid strings (thanks to https://github.com/g-andrade)
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ If you plan to use the JSON encoding, you'll need to add [`Jason`](https://githu
7878
```elixir
7979
def deps do
8080
[
81-
{:protox, "~> 1.6"},
81+
{:protox, "~> 1.7"},
8282
{:jason, "~> 1.2"}
8383
]
8484
end

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Protox.Mixfile do
44
def project do
55
[
66
app: :protox,
7-
version: "1.7.3",
7+
version: "1.7.4",
88
elixir: "~> 1.12",
99
build_embedded: Mix.env() == :prod,
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)