Skip to content

Commit

Permalink
0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Feb 5, 2019
1 parent d930d9e commit 0652427
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 @@
* 0.18.0
- Allow ability to construct file names at compile time (thanks to https://github.com/ananthakumaran)

* 0.17.0
- Add path: option to specify import path
- Add path: option to specify import path (thanks to https://github.com/mathsaey)

* 0.16.2
- Fix generation of typespecs for when there are more than one required field
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.17.0",
version: "0.18.0",
elixir: "~> 1.4",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 0652427

Please sign in to comment.