Skip to content

Commit

Permalink
Release v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Sep 19, 2016
1 parent 967c412 commit 050293b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## v0.13.1-dev
## v0.13.1

* Enhancements
* Most warnings on `hex.publish` are now errors

* Bug fixes
* Fix bug where the old config format was not readable
* Convert old config format to new format on every read
* Fix `HEX_UNSAFE_REGISTRY` negation

## v0.13.0 (2016-07-30)

Expand Down
4 changes: 3 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
defmodule Hex.Mixfile do
use Mix.Project

@version "0.13.1"

def project do
[app: :hex,
version: "0.13.1-dev",
version: @version,
elixir: "~> 1.0",
aliases: aliases(),
deps: deps(),
Expand Down
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ function upload {
# UPDATE THIS FOR EVERY RELEASE
hex_version=$1

build ${hex_version} 18.3.4.2 1.3.2 1.3.0
build ${hex_version} 18.3.4.2 1.2.6 1.2.0
build ${hex_version} 18.3.4.4 1.3.3 1.3.0
build ${hex_version} 18.3.4.4 1.2.6 1.2.0
build ${hex_version} 17.5.6.9 1.1.1 1.1.0
build ${hex_version} 17.5.6.9 1.0.5 1.0.0

Expand Down

0 comments on commit 050293b

Please sign in to comment.