Skip to content

Commit e4024d6

Browse files
author
Dane Springmeyer
committed
bump to v0.14.2
1 parent 1f37e8f commit e4024d6

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Mason releases
22

3+
## 0.14.2
4+
5+
- Added
6+
- vector-tile 1.0.0-rc7
7+
- geojsonvt 6.2.1
8+
- polylabel 1.0.3
9+
- shelf-pack 2.1.1
10+
- supercluster 0.2.2
11+
- wagyu 0.4.3
12+
- rocksdb 5.4.6
13+
- tippecanoe 1.22.1
14+
15+
- Fixed
16+
- webp 0.6.0 now built for iOS
17+
18+
Changes: https://github.com/mapbox/mason/compare/v0.14.0...v0.14.1
19+
20+
321
## 0.14.1
422

523
- Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ To install mason locally:
4040

4141
```sh
4242
mkdir ./mason
43-
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
43+
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
4444
```
4545

4646
Then you can use the `mason` command like: `./mason/mason install <package> <version>`
4747

4848
To install mason globally (to /tmp):
4949

5050
```sh
51-
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
51+
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
5252
```
5353

5454
Then you can use the `mason` command like: `/tmp/mason install <package> <version>`

mason

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MASON_VERSION=$1 ; shift
77
set -eu
88
set -o pipefail
99

10-
MASON_RELEASED_VERSION="0.14.1"
10+
MASON_RELEASED_VERSION="0.14.2"
1111

1212
if [ "${MASON_COMMAND}" = "--version" ]; then
1313
echo ${MASON_RELEASED_VERSION}

0 commit comments

Comments
 (0)