File tree Expand file tree Collapse file tree 6 files changed +23
-6
lines changed
Expand file tree Collapse file tree 6 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 991.9rc1
10101.9beta2
11111.9beta1
12+ 1.9.5
12131.9.4
13141.9.3
14151.9.2rc2
82831.10rc1
83841.10beta2
84851.10beta1
86+ 1.10.1
85871.10
Original file line number Diff line number Diff line change 991.9rc1
10101.9beta2
11111.9beta1
12+ 1.9.5
12131.9.4
13141.9.3
14151.9.2rc2
82831.10rc1
83841.10beta2
84851.10beta1
86+ 1.10.1
85871.10
Original file line number Diff line number Diff line change 99# * the last formal release in all previous series
1010
1111#
12- 1.10
13- 1.9.4
12+ 1.10.1
13+ 1.9.5
14141.8.7
15151.7.6
16161.6.4
Original file line number Diff line number Diff line change 99# * the last formal release in all previous series
1010
1111#
12- 1.10
13- 1.9.4
12+ 1.10.1
13+ 1.9.5
14141.8.7
15151.7.6
16161.6.4
Original file line number Diff line number Diff line change @@ -16,6 +16,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1616
1717### Security
1818
19+ ## [ 1.5.0] - 2018-04-18
20+
21+ ### Added
22+ - docs about version policy
23+ - ` --resolve ` flag
24+ - automatic resolution of ` .x ` versions
25+
26+ ### Fixed
27+ - fetch current stable via [ less convoluted
28+ API] ( https://golang.org/VERSION?m=text ) , eliminating ` jq ` dependency
29+ - feedback messaging around ` GIMME_TYPE=auto `
30+
1931## [ 1.4.0] - 2018-01-26
2032
2133### Added
@@ -127,7 +139,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
127139### Added
128140- Initial release!
129141
130- [ Unreleased ] : https://github.com/travis-ci/gimme/compare/v1.4.0...HEAD
142+ [ Unreleased ] : https://github.com/travis-ci/gimme/compare/v1.5.0...HEAD
143+ [ 1.5.0 ] : https://github.com/travis-ci/gimme/compare/v1.4.0...v1.5.0
131144[ 1.4.0 ] : https://github.com/travis-ci/gimme/compare/v1.3.0...v1.4.0
132145[ 1.3.0 ] : https://github.com/travis-ci/gimme/compare/v1.2.0...v1.3.0
133146[ 1.2.0 ] : https://github.com/travis-ci/gimme/compare/v1.1.0...v1.2.0
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ set -o pipefail
5454
5555[[ ${GIMME_DEBUG} ]] && set -x
5656
57- readonly GIMME_VERSION=" v1.3 .0"
57+ readonly GIMME_VERSION=" v1.5 .0"
5858readonly GIMME_COPYRIGHT=" Copyright (c) 2015-2018 gimme contributors"
5959readonly GIMME_LICENSE_URL=" https://raw.githubusercontent.com/travis-ci/gimme/${GIMME_VERSION} /LICENSE"
6060export GIMME_VERSION
You can’t perform that action at this time.
0 commit comments