Skip to content

Commit

Permalink
0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Jun 19, 2020
1 parent 76e5ca7 commit 03f6dee
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 @@
* 0.24.0
- Usage of @external_resource is no longer necessary

* 0.23.1
- Fix parse of [packed=false] option (the serialization was still correct,
but not in compliance with Protobuf conformance checker recommandations)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Add `:protox` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:protox, "~> 0.23.0"}]
[{:protox, "~> 0.24.0"}]
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: "0.23.1",
version: "0.24.0",
elixir: "~> 1.6",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 03f6dee

Please sign in to comment.