Skip to content

Commit

Permalink
Release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Dec 23, 2016
1 parent 14d2c3f commit ee4ea05
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,4 +1,4 @@
## v0.15.0-dev
## v0.15.0 (2016-12-24)

### Package retirement

Expand All @@ -14,6 +14,7 @@ show a warning to the user with the retirement message.
* Changed `hex.outdated` task to show if a dependency can be updated
* Add `hex.retire` task for package retirement
* Warn when resolving retired packages
* Restrict number of default SSL ciphers

### Bug fixes
* Do not make conditional HTTP request if file is missing
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Hex.Mixfile do
use Mix.Project

@version "0.15.0-dev"
@version "0.15.0"

{:ok, system_version} = Version.parse(System.version)
@elixir_version {system_version.major, system_version.minor, system_version.patch}
Expand Down

0 comments on commit ee4ea05

Please sign in to comment.