Skip to content

Commit baf9d30

Browse files
author
Dane Springmeyer
committed
bump to v0.7.0
1 parent 77b5dc1 commit baf9d30

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.7.0
4+
5+
- Added
6+
- or-tools 5.1
7+
- jni.hpp 3.0.0
8+
- libpng 1.6.28
9+
- jpeg turbo 1.5.1
10+
- freetype 2.7.1
11+
- harfbuzz 1.4.2 (links no deps)
12+
- harfbuzz 1.4.2-ft (links freetype 2.7.1)
13+
- libpq and postgres 9.6.1
14+
- webp 0.6.0
15+
- protobuf 3.2.0
16+
- proj 4.9.3
17+
- libtiff 4.0.7
18+
- gdal 2.1.3
19+
- cairo 1.14.8
20+
- geojsonvt 6.2.0
21+
- tbb 2017_20161128
22+
- kdbush 0.1.1-1
23+
- benchmark 1.0.0-1
24+
- jni 2.0.0-1
25+
- earcut 0.12.2
26+
- libgdal 2.1.3 (minimal package of just headers, lib, data)
27+
28+
- Fixed
29+
- gcc 5.3.0-i686 lib file corrected
30+
- unique_resource pinned to cba309e
31+
- gdal-config to work even if not linked
32+
- api-trace now built with g++-5
33+
34+
Changes: https://github.com/mapbox/mason/compare/v0.6.0...v0.7.0
35+
336
## 0.6.0
437

538
- Added valgrind 3.12.0, earcut 0.12.1, protozero 1.5.0/1.5.1,

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 -e
88
set -o pipefail
99

10-
MASON_RELEASED_VERSION="0.6.0"
10+
MASON_RELEASED_VERSION="0.7.0"
1111

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

0 commit comments

Comments
 (0)