Skip to content

Commit

Permalink
Release v0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Jan 26, 2016
1 parent 560320d commit 5a69a50
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
## v0.10.4-dev
## v0.10.4 (2016-01-26)

* Enhancements
* Make the experimental resolver the default

* Bug fixes
* Ensure registry can be opened/closed multiple times
* Ensure `hex.search` task handles empty results
* Fix experimental resolvers only backtracking on parents that had requirements that failed
* Fix merging of overlapping parent and package versions in backtrack messages

## v0.10.3 (2016-01-23)

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 Hex.Mixfile do

def project do
[app: :hex,
version: "0.10.4-dev",
version: "0.10.4",
elixir: "~> 1.0",
aliases: aliases,
deps: deps,
Expand Down

0 comments on commit 5a69a50

Please sign in to comment.