Skip to content

Commit

Permalink
1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Dec 7, 2020
1 parent 6bf5463 commit e8e5814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
* 1.2.4
- Fix warning when compiling generated code (thanks to https://github.com/xinz)
- Format generated code
- Fix warning about unused variable in generated code when encoding an empty struct
- Fix warning about unused variable in generated code when encoding an empty protobuf message

* 1.2.3
- Update documentation to better explain the package directive usage
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.2.3",
version: "1.2.4",
elixir: "~> 1.7",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit e8e5814

Please sign in to comment.