Skip to content

Commit 2e62f53

Browse files
author
Dane Springmeyer
committed
bump to v0.10.0
1 parent cf2c06c commit 2e62f53

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 0.10.0
4+
5+
- Added
6+
- sparsepp 0.95
7+
- mapnik 3.0.13-1 (Fixed build settings)
8+
- mapnik 3.0.13-2 (variant for profiling)
9+
- geojson 0.4.1, geojson 0.4.1-cxx11abi, and geojson 0.4.1-hpp
10+
- thelink2012/any 8fef1e9
11+
- postgres 9.6.2-1
12+
- postgis 9.6.2-1 (all contrib modules enabled)
13+
- glfw 2017-04-07-f40d085
14+
- gdb 2017-04-08-aebcde5
15+
- Fixed
16+
- unbound variable in or-tools
17+
18+
Changes: https://github.com/mapbox/mason/compare/v0.9.0...v0.10.0
19+
320
## 0.9.0
421

522
- 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.9.0.tar.gz | tar --gunzip --extract --strip-components=1 --exclude="*md" --exclude="test*" --directory=./mason
43+
curl -sSfL https://github.com/mapbox/mason/archive/v0.10.0.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.9.0.tar.gz | tar --gunzip --extract --strip-components=1 --exclude="*md" --exclude="test*" --directory=/tmp
51+
curl -sSfL https://github.com/mapbox/mason/archive/v0.10.0.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.9.0"
10+
MASON_RELEASED_VERSION="0.10.0"
1111

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

0 commit comments

Comments
 (0)