Skip to content

Commit

Permalink
bump to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Dec 14, 2016
1 parent a2f36f0 commit 76de7eb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

## 0.3.0

- Updated android compile flags
- Added v8 `5.1.281.47` and `3.14.5.10`
- Fixed boost library name reporting
- Added tippecanoe `1.15.1`
- Added `iwyu` and `asan_symbolize` python script to llvm+clang++ packages

Changes: https://github.com/mapbox/mason/compare/v0.1.1...v0.2.0

## 0.2.0

- Added icu 58.1, mesa egl, boost 1.62.0, gdb 7.12, Android NDK r13b, binutils latest,
Expand All @@ -8,6 +18,8 @@
- Now including llvm-ar and llvm-ranlib in clang++ package
- Now setting secure variables in mason rather than .travis.yml per package

Changes: https://github.com/mapbox/mason/compare/v0.1.1...v0.2.0

## 0.1.1

- Added binutils 2.27, expat 2.2.0, mesa 13.0.0, and llvm 4.0.0 (in-development)
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 -e
set -o pipefail

MASON_RELEASED_VERSION="0.2.0"
MASON_RELEASED_VERSION="0.3.0"

if [ "${MASON_COMMAND}" = "--version" ]; then
echo ${MASON_RELEASED_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion test/unit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi

VAL=$(./mason --version)
assertEqual "$?" "0" "able to run ./mason --version"
assertEqual "0.2.0" "$VAL" "got correct result of ./mason --version"
assertEqual "0.3.0" "$VAL" "got correct result of ./mason --version"


exit $CODE

0 comments on commit 76de7eb

Please sign in to comment.