diff --git a/.testdata/binary-darwin b/.testdata/binary-darwin index 8d1241e..4e7ca62 100644 --- a/.testdata/binary-darwin +++ b/.testdata/binary-darwin @@ -1,3 +1,4 @@ +1.8beta1 1.7rc6 1.7rc5 1.7rc4 @@ -6,6 +7,7 @@ 1.7rc1 1.7beta2 1.7beta1 +1.7.4 1.7.3 1.7.2 1.7.1 @@ -14,6 +16,7 @@ 1.6rc1 1.6beta2 1.6beta1 +1.6.4 1.6.3 1.6.2 1.6.1 diff --git a/.testdata/binary-linux b/.testdata/binary-linux index 8d1241e..4e7ca62 100644 --- a/.testdata/binary-linux +++ b/.testdata/binary-linux @@ -1,3 +1,4 @@ +1.8beta1 1.7rc6 1.7rc5 1.7rc4 @@ -6,6 +7,7 @@ 1.7rc1 1.7beta2 1.7beta1 +1.7.4 1.7.3 1.7.2 1.7.1 @@ -14,6 +16,7 @@ 1.6rc1 1.6beta2 1.6beta1 +1.6.4 1.6.3 1.6.2 1.6.1 diff --git a/.testdata/sample-binary-darwin b/.testdata/sample-binary-darwin index 33d7a27..34607b3 100644 --- a/.testdata/sample-binary-darwin +++ b/.testdata/sample-binary-darwin @@ -1,5 +1,5 @@ -1.7.3 -1.6.3 +1.7.4 +1.6.4 1.5.4 1.4.3 1.3.3 diff --git a/.testdata/sample-binary-linux b/.testdata/sample-binary-linux index 33d7a27..34607b3 100644 --- a/.testdata/sample-binary-linux +++ b/.testdata/sample-binary-linux @@ -1,5 +1,5 @@ -1.7.3 -1.6.3 +1.7.4 +1.6.4 1.5.4 1.4.3 1.3.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 742fe2c..30aa5f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,23 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [1.1.0] - 2016-12-07 +### Added +- Windows binary downloads +- Custom download base via `${GIMME_DOWNLOAD_BASE}`, suitable for downloading + from mirrors +- Default exclusion of `~/.gimme/versions` from time machine backups on macOS + +### Changed +- Dumped env statements end with `;` for compat with quote-less `eval $(...)` +- Use existing source version if present + +### Removed +- Support for binary go versions no longer available for download including + `go1`, `1.0.1`, `1.0.2`, `1.0.3`, `1.1`, `1.1.1`, `1.1.2` + +### Fixed +- Use `1.7` for bootstrapping on macOS Sierra ## [1.0.0] - 2016-06-29 ### Added @@ -64,7 +80,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - Initial release! -[Unreleased]: https://github.com/travis-ci/gimme/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/travis-ci/gimme/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/travis-ci/gimme/compare/v1.0.4...v1.1.0 [1.0.0]: https://github.com/travis-ci/gimme/compare/v0.2.4...v1.0.0 [0.2.4]: https://github.com/travis-ci/gimme/compare/v0.2.3...v0.2.4 [0.2.3]: https://github.com/travis-ci/gimme/compare/v0.2.2...v0.2.3 diff --git a/gimme b/gimme index 5facec9..386fd96 100755 --- a/gimme +++ b/gimme @@ -46,9 +46,9 @@ set -o pipefail [[ ${GIMME_DEBUG} ]] && set -x -GIMME_VERSION="v1.0.0-9-g97889f2" +GIMME_VERSION="v1.1.0" GIMME_COPYRIGHT="Copyright (c) 2016 Dan Buch, Tianon Gravi, Travis CI GmbH" -GIMME_LICENSE_URL="https://raw.githubusercontent.com/travis-ci/gimme/97889f2/LICENSE" +GIMME_LICENSE_URL="https://raw.githubusercontent.com/travis-ci/gimme/v1.1.0/LICENSE" # _do_curl "url" "file" _do_curl() {