Skip to content

Commit

Permalink
0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Jul 4, 2020
1 parent 59a3275 commit 4f23c78
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 0.25.0
- Add mix task to generate files
- Bump to Elixir 1.7 as minimal supported version

* 0.24.0
- Usage of @external_resource is no longer necessary

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Add `:protox` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:protox, "~> 0.24.0"}]
[{:protox, "~> 0.25.0"}]
end
```

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ defmodule Protox.Mixfile do
def project do
[
app: :protox,
version: "0.24.0",
elixir: "~> 1.6",
version: "0.25.0",
elixir: "~> 1.7",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 4f23c78

Please sign in to comment.