Skip to content

Commit 77c344e

Browse files
authored
Merge pull request #142 from travis-ci/meat-v1.5.0-prep
Prep for v1.5.0 release
2 parents cf4a0c9 + 1781d8c commit 77c344e

File tree

6 files changed

+23
-6
lines changed

6 files changed

+23
-6
lines changed

.testdata/binary-darwin

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
1.9rc1
1010
1.9beta2
1111
1.9beta1
12+
1.9.5
1213
1.9.4
1314
1.9.3
1415
1.9.2rc2
@@ -82,4 +83,5 @@
8283
1.10rc1
8384
1.10beta2
8485
1.10beta1
86+
1.10.1
8587
1.10

.testdata/binary-linux

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
1.9rc1
1010
1.9beta2
1111
1.9beta1
12+
1.9.5
1213
1.9.4
1314
1.9.3
1415
1.9.2rc2
@@ -82,4 +83,5 @@
8283
1.10rc1
8384
1.10beta2
8485
1.10beta1
86+
1.10.1
8587
1.10

.testdata/sample-binary-darwin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
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
1414
1.8.7
1515
1.7.6
1616
1.6.4

.testdata/sample-binary-linux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
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
1414
1.8.7
1515
1.7.6
1616
1.6.4

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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

gimme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
5858
readonly GIMME_COPYRIGHT="Copyright (c) 2015-2018 gimme contributors"
5959
readonly GIMME_LICENSE_URL="https://raw.githubusercontent.com/travis-ci/gimme/${GIMME_VERSION}/LICENSE"
6060
export GIMME_VERSION

0 commit comments

Comments
 (0)