File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## v0.16.1-dev
1+ ## v0.16.1
22
33### Enhancements
44 * Add ` mix hex.repo show ` task for showing repo configuration
Original file line number Diff line number Diff line change 11defmodule Hex.Mixfile do
22 use Mix.Project
33
4- @ version "0.16.1-dev "
4+ @ version "0.16.1"
55
66 { :ok , system_version } = Version . parse ( System . version )
77 @ elixir_version { system_version . major , system_version . minor , system_version . patch }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ function build {
1313 rm -rf _build || true
1414 rm src/safe_erl_term.erl || true
1515
16- printf " erlang ${2} \nelixir ${3} " > .tool-versions
16+ printf " erlang ${2} \nelixir ${3} -otp- ${2 : 0 : 2} " > .tool-versions
1717
1818 MIX_ENV=prod mix compile
1919
@@ -73,11 +73,11 @@ function upload {
7373# UPDATE THIS FOR EVERY RELEASE
7474hex_version=$1
7575
76- build ${hex_version} 18.3.4.4 1.4.2 1.4.0
77- build ${hex_version} 18.3.4.4 1.3.4 1.3.0
78- build ${hex_version} 18.3.4.4 1.2.6 1.2.0
79- build ${hex_version} 17.5.6.9 1.1.1 1.1.0
80- build ${hex_version} 17.5.6.9 1.0.5 1.0.0
76+ build ${hex_version} 18.3 1.4.5 1.4.0
77+ build ${hex_version} 18.3 1.3.4 1.3.0
78+ build ${hex_version} 18.3 1.2.6 1.2.0
79+ build ${hex_version} 17.5 1.1.1 1.1.0
80+ build ${hex_version} 17.5 1.0.5 1.0.0
8181
8282hex_csv " ${hex_version} " 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0
8383upload " ${hex_version} " 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0
You can’t perform that action at this time.
0 commit comments