Skip to content

Commit

Permalink
Rel v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wkhere committed Aug 30, 2019
1 parent 89a6f4f commit db6e87d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v0.5.0 (2019-08-30)

* allow `goal` to be a function

### v0.4.3 (2019-08-30)

* behave on Elixir 1.8,1.9
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Eastar.Mixfile do

def project do
[ app: :eastar,
version: "0.4.3",
version: "0.5.0",
package: package(),
description: description(),
deps: deps(),
Expand Down

0 comments on commit db6e87d

Please sign in to comment.