From 1781d8cfc73fca8d338d3a2bc7c410256c4ec99f Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 18 Apr 2018 15:40:09 -0400 Subject: [PATCH] Prep for v1.5.0 release --- .testdata/binary-darwin | 2 ++ .testdata/binary-linux | 2 ++ .testdata/sample-binary-darwin | 4 ++-- .testdata/sample-binary-linux | 4 ++-- CHANGELOG.md | 15 ++++++++++++++- gimme | 2 +- 6 files changed, 23 insertions(+), 6 deletions(-) diff --git a/.testdata/binary-darwin b/.testdata/binary-darwin index 64566e6..8c64268 100644 --- a/.testdata/binary-darwin +++ b/.testdata/binary-darwin @@ -9,6 +9,7 @@ 1.9rc1 1.9beta2 1.9beta1 +1.9.5 1.9.4 1.9.3 1.9.2rc2 @@ -82,4 +83,5 @@ 1.10rc1 1.10beta2 1.10beta1 +1.10.1 1.10 diff --git a/.testdata/binary-linux b/.testdata/binary-linux index 64566e6..8c64268 100644 --- a/.testdata/binary-linux +++ b/.testdata/binary-linux @@ -9,6 +9,7 @@ 1.9rc1 1.9beta2 1.9beta1 +1.9.5 1.9.4 1.9.3 1.9.2rc2 @@ -82,4 +83,5 @@ 1.10rc1 1.10beta2 1.10beta1 +1.10.1 1.10 diff --git a/.testdata/sample-binary-darwin b/.testdata/sample-binary-darwin index 45b4e42..5d7a53d 100644 --- a/.testdata/sample-binary-darwin +++ b/.testdata/sample-binary-darwin @@ -9,8 +9,8 @@ # * the last formal release in all previous series # -1.10 -1.9.4 +1.10.1 +1.9.5 1.8.7 1.7.6 1.6.4 diff --git a/.testdata/sample-binary-linux b/.testdata/sample-binary-linux index 45b4e42..5d7a53d 100644 --- a/.testdata/sample-binary-linux +++ b/.testdata/sample-binary-linux @@ -9,8 +9,8 @@ # * the last formal release in all previous series # -1.10 -1.9.4 +1.10.1 +1.9.5 1.8.7 1.7.6 1.6.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 78210a5..05024db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,18 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Security +## [1.5.0] - 2018-04-18 + +### Added +- docs about version policy +- `--resolve` flag +- automatic resolution of `.x` versions + +### Fixed +- fetch current stable via [less convoluted + API](https://golang.org/VERSION?m=text), eliminating `jq` dependency +- feedback messaging around `GIMME_TYPE=auto` + ## [1.4.0] - 2018-01-26 ### Added @@ -127,7 +139,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - Initial release! -[Unreleased]: https://github.com/travis-ci/gimme/compare/v1.4.0...HEAD +[Unreleased]: https://github.com/travis-ci/gimme/compare/v1.5.0...HEAD +[1.5.0]: https://github.com/travis-ci/gimme/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/travis-ci/gimme/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/travis-ci/gimme/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/travis-ci/gimme/compare/v1.1.0...v1.2.0 diff --git a/gimme b/gimme index b86bc21..11e402e 100755 --- a/gimme +++ b/gimme @@ -54,7 +54,7 @@ set -o pipefail [[ ${GIMME_DEBUG} ]] && set -x -readonly GIMME_VERSION="v1.3.0" +readonly GIMME_VERSION="v1.5.0" readonly GIMME_COPYRIGHT="Copyright (c) 2015-2018 gimme contributors" readonly GIMME_LICENSE_URL="https://raw.githubusercontent.com/travis-ci/gimme/${GIMME_VERSION}/LICENSE" export GIMME_VERSION