Skip to content

Commit

Permalink
1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Mar 2, 2022
1 parent b10318f commit 9105a9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 1.6.10
- Fix format of generated files

# 1.6.9
- Fixes deprecation warnings in Elixir >= 1.14 about Bitwise (thanks to https://github.com/moogle19)
- Fix deprecation warnings in Elixir >= 1.14 about Bitwise (thanks to https://github.com/moogle19)

# 1.6.8
- Raise clearer error message if protoc is missing (thanks to https://github.com/josevalim)
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.6.9",
version: "1.6.10",
elixir: "~> 1.9",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 9105a9d

Please sign in to comment.