Skip to content

Commit

Permalink
v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Sep 27, 2024
1 parent 2f7c597 commit 72be259
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.7.4
- Fix handling of enum in snake case

# 1.7.3
- Raise DecodingError and EncodingError for invalid strings (thanks to https://github.com/g-andrade)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ If you plan to use the JSON encoding, you'll need to add [`Jason`](https://githu
```elixir
def deps do
[
{:protox, "~> 1.6"},
{:protox, "~> 1.7"},
{:jason, "~> 1.2"}
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Protox.Mixfile do
def project do
[
app: :protox,
version: "1.7.3",
version: "1.7.4",
elixir: "~> 1.12",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 72be259

Please sign in to comment.