Skip to content

Commit 1303c8c

Browse files
committed
Release v0.17.0
1 parent d2a6b6c commit 1303c8c

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.17.0-dev
1+
## v0.17.0 (2017-08-28)
22

33
### Private packages and organizations
44

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Hex.MixProject do
22
use Mix.Project
33

4-
@version "0.16.2-dev"
4+
@version "0.17.0"
55

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

release.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,15 @@ function upload {
7373
# UPDATE THIS FOR EVERY RELEASE
7474
hex_version=$1
7575

76+
build ${hex_version} 20.0 1.5.1 1.5.0
7677
build ${hex_version} 18.3 1.4.5 1.4.0
7778
build ${hex_version} 18.3 1.3.4 1.3.0
7879
build ${hex_version} 18.3 1.2.6 1.2.0
7980
build ${hex_version} 17.5 1.1.1 1.1.0
8081
build ${hex_version} 17.5 1.0.5 1.0.0
8182

82-
hex_csv "${hex_version}" 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0
83-
upload "${hex_version}" 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0
83+
hex_csv "${hex_version}" 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0 1.5.0
84+
upload "${hex_version}" 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0 1.5.0
8485

8586

8687
rm -rf _build

0 commit comments

Comments
 (0)