Skip to content

Commit ed32b1d

Browse files
author
Dane Springmeyer
committed
bump to v0.4.0
1 parent 8aac6ac commit ed32b1d

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11

2+
## 0.4.0
3+
4+
- Now defaulting to clang 3.9.1 for building binaries
5+
- clang++ binaries no longer distribute libc++ headers on OS X (instead they depend on system)
6+
- Reduced size of v8 libs by striping debug symbols
7+
- Fixed minjur latest package to build in Release mode
8+
- Added polylabel 1.0.2, protozero 1.4.5, rocksdb v4.13, libosmium 2.10.3, llvm 3.9.1,
9+
boost 1.63.0, cmake 3.7.1, cairo 1.14.6, freetype 2.6.5, harfbuzz 1.3.0, jpeg_turbo 1.5.0,
10+
libpng 1.6.24, pixman 0.34.0, sqlite 3.14.1, twemproxy 0.4.1,
11+
- Removed llvm 3.8.0, clang 3.8.0, llvm 3.9.0, luabind, luajit
12+
- Rebuilt libpq 9.5.2, libtiff 4.0.6, utfcpp 2.3.4, minjur latest
13+
14+
Changes: https://github.com/mapbox/mason/compare/v0.3.0...v0.4.0
15+
216
## 0.3.0
317

418
- Updated android compile flags
@@ -7,7 +21,7 @@
721
- Added tippecanoe `1.15.1`
822
- Added `iwyu` and `asan_symbolize` python script to llvm+clang++ packages
923

10-
Changes: https://github.com/mapbox/mason/compare/v0.1.1...v0.2.0
24+
Changes: https://github.com/mapbox/mason/compare/v0.2.0...v0.3.0
1125

1226
## 0.2.0
1327

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.3.0"
10+
MASON_RELEASED_VERSION="0.4.0"
1111

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

test/unit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414

1515
VAL=$(./mason --version)
1616
assertEqual "$?" "0" "able to run ./mason --version"
17-
assertEqual "0.3.0" "$VAL" "got correct result of ./mason --version"
17+
assertEqual "0.4.0" "$VAL" "got correct result of ./mason --version"
1818

1919

2020
exit $CODE

0 commit comments

Comments
 (0)