Skip to content

Commit

Permalink
bump to v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Aug 24, 2017
1 parent 1f37e8f commit e4024d6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Mason releases

## 0.14.2

- Added
- vector-tile 1.0.0-rc7
- geojsonvt 6.2.1
- polylabel 1.0.3
- shelf-pack 2.1.1
- supercluster 0.2.2
- wagyu 0.4.3
- rocksdb 5.4.6
- tippecanoe 1.22.1

- Fixed
- webp 0.6.0 now built for iOS

Changes: https://github.com/mapbox/mason/compare/v0.14.0...v0.14.1


## 0.14.1

- Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ To install mason locally:

```sh
mkdir ./mason
curl -sSfL https://github.com/mapbox/mason/archive/v0.14.1.tar.gz | tar --gunzip --extract --strip-components=1 --exclude="*md" --exclude="test*" --directory=./mason
curl -sSfL https://github.com/mapbox/mason/archive/v0.14.2.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 <package> <version>`

To install mason globally (to /tmp):

```sh
curl -sSfL https://github.com/mapbox/mason/archive/v0.14.1.tar.gz | tar --gunzip --extract --strip-components=1 --exclude="*md" --exclude="test*" --directory=/tmp
curl -sSfL https://github.com/mapbox/mason/archive/v0.14.2.tar.gz | tar --gunzip --extract --strip-components=1 --exclude="*md" --exclude="test*" --directory=/tmp
```

Then you can use the `mason` command like: `/tmp/mason install <package> <version>`
Expand Down
2 changes: 1 addition & 1 deletion mason
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MASON_VERSION=$1 ; shift
set -eu
set -o pipefail

MASON_RELEASED_VERSION="0.14.1"
MASON_RELEASED_VERSION="0.14.2"

if [ "${MASON_COMMAND}" = "--version" ]; then
echo ${MASON_RELEASED_VERSION}
Expand Down

0 comments on commit e4024d6

Please sign in to comment.