From c8fc3eae4d149f29ee029528e544e96d34875b86 Mon Sep 17 00:00:00 2001 From: mapsam Date: Thu, 17 Jan 2019 15:09:39 -0800 Subject: [PATCH] 0.20.0 --- CHANGELOG.md | 21 ++++++++++++++++++++- README.md | 4 ++-- mason | 2 +- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f832a667..fa6100d56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Mason releases +## 0.20.0 + +- Added + - boost 1.67.0 + - boost_libregex_icu58 1.66.0 + - icu 58.1-brkitr (+ BreakIterator), 63.1-min-static-data-1 + - libosmium 2.15.0 + - osmium-tool 1.10.0 + - postgres 10.3 (with libedit support) + - swiftshader 2018-10-08-3b5e426 + - tippecanoe 1.32.10 + - vector-tile 1.0.3 + +- Changed + - alpine linux install compatibility fixes [c7ea656](https://github.com/mapbox/mason/commit/c7ea6566e6503e4b6c5e19cb53af08445c931687) [f6ab273](https://github.com/mapbox/mason/commit/f6ab273d30f210147a3f44e185f7959e65640f8d) + - harfbuzz 1.4.4 - clear environment before building ragel [#393](https://github.com/mapbox/mason/pull/393) h/t @edkimmel + +Changes: https://github.com/mapbox/mason/compare/v0.19.0...v0.20.0 + ## 0.19.0 - Added @@ -15,7 +34,7 @@ - crosstool-ng 1.23.0 - geojson 0.4.3 - geojsonvt 6.4.0, 6.5.0, 6.5.1, 6.6.0, 6.6.1, 6.6.2, 6.6.3 - - geometry 0.9.3, 1.0.0 + - geometry 0.9.3, 1.0.0 - glfw 2018-06-27-0be4f3f - gtest 1.8.0_1 - gzip-hpp 0.1.0, a4cfa6a638de351d26834cf2fea373693cdaa927, bb80aac diff --git a/README.md b/README.md index 0e8d36237..89798c9d0 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To install mason locally: ```sh mkdir ./mason -curl -sSfL https://github.com/mapbox/mason/archive/v0.18.0.tar.gz | tar -z --extract --strip-components=1 --exclude="*md" --exclude="test*" --directory=./mason +curl -sSfL https://github.com/mapbox/mason/archive/v0.20.0.tar.gz | tar -z --extract --strip-components=1 --exclude="*md" --exclude="test*" --directory=./mason ``` Then you can use the `mason` command like: `./mason/mason install ` @@ -59,7 +59,7 @@ Then you can use the `mason` command like: `./mason/mason install ` diff --git a/mason b/mason index 103377139..0ebd94f3b 100755 --- a/mason +++ b/mason @@ -7,7 +7,7 @@ MASON_VERSION=$1 ; shift set -eu set -o pipefail -MASON_RELEASED_VERSION="0.18.0" +MASON_RELEASED_VERSION="0.20.0" if [ "${MASON_COMMAND}" = "--version" ]; then echo ${MASON_RELEASED_VERSION}