Skip to content

Commit

Permalink
Release v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Jul 22, 2017
1 parent 82b8922 commit e35a9d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.16.1-dev
## v0.16.1

### Enhancements
* Add `mix hex.repo show` task for showing repo configuration
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.16.1-dev"
@version "0.16.1"

{:ok, system_version} = Version.parse(System.version)
@elixir_version {system_version.major, system_version.minor, system_version.patch}
Expand Down
12 changes: 6 additions & 6 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function build {
rm -rf _build || true
rm src/safe_erl_term.erl || true

printf "erlang ${2}\nelixir ${3}" > .tool-versions
printf "erlang ${2}\nelixir ${3}-otp-${2:0:2}" > .tool-versions

MIX_ENV=prod mix compile

Expand Down Expand Up @@ -73,11 +73,11 @@ function upload {
# UPDATE THIS FOR EVERY RELEASE
hex_version=$1

build ${hex_version} 18.3.4.4 1.4.2 1.4.0
build ${hex_version} 18.3.4.4 1.3.4 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
build ${hex_version} 18.3 1.4.5 1.4.0
build ${hex_version} 18.3 1.3.4 1.3.0
build ${hex_version} 18.3 1.2.6 1.2.0
build ${hex_version} 17.5 1.1.1 1.1.0
build ${hex_version} 17.5 1.0.5 1.0.0

hex_csv "${hex_version}" 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0
upload "${hex_version}" 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0
Expand Down

0 comments on commit e35a9d1

Please sign in to comment.