Skip to content

Commit

Permalink
Release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Jul 12, 2015
1 parent bab7f2f commit 9f30973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## v0.8.1-dev
## v0.8.1 (2015-07-12)

* Enhancements
* Warn if registry file is missing when loading deps

* Bug fixes
* Consider new optional requirements for already activated dependency
* Add multiple build tools to metadata

## v0.8.0 (2015-05-19)

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.8.1-dev",
version: "0.8.1",
aliases: aliases,
deps: deps,
elixirc_options: elixirc_options(Mix.env)]
Expand Down

0 comments on commit 9f30973

Please sign in to comment.