diff --git a/CHANGELOG.md b/CHANGELOG.md index e958561a1..2ce0b17ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Mason releases +## 0.14.0 + + - Added + - libosmium cd8e2ff + - osm-area-tools b222e00 + - geometry 0.9.2 + - supercluster 0.2.1 + - benchmark 1.0.0, 1.1.0 + - cheap-ruler 2.5.2, 2.5.3 + - TBB to 2017_U7 + - llvm 4.0.1 + - tippecanoe 1.21.0 + - catch 1.9.6 + + - Fixed + - If mason is executed through a symlink, resolve the link + +Changes: https://github.com/mapbox/mason/compare/v0.13.0...v0.14.0 + ## 0.13.0 - Added diff --git a/README.md b/README.md index dbdedab13..b89e87c65 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ To install mason locally: ```sh mkdir ./mason -curl -sSfL https://github.com/mapbox/mason/archive/v0.13.0.tar.gz | tar --gunzip --extract --strip-components=1 --exclude="*md" --exclude="test*" --directory=./mason +curl -sSfL https://github.com/mapbox/mason/archive/v0.14.0.tar.gz | tar --gunzip --extract --strip-components=1 --exclude="*md" --exclude="test*" --directory=./mason ``` Then you can use the `mason` command like: `./mason/mason install ` @@ -48,7 +48,7 @@ Then you can use the `mason` command like: `./mason/mason install ` diff --git a/mason b/mason index 5cb168b31..4ad92bcc9 100755 --- a/mason +++ b/mason @@ -7,7 +7,7 @@ MASON_VERSION=$1 ; shift set -eu set -o pipefail -MASON_RELEASED_VERSION="0.13.0" +MASON_RELEASED_VERSION="0.14.0" if [ "${MASON_COMMAND}" = "--version" ]; then echo ${MASON_RELEASED_VERSION}