Skip to content

Commit

Permalink
Merge pull request #142 from travis-ci/meat-v1.5.0-prep
Browse files Browse the repository at this point in the history
Prep for v1.5.0 release
  • Loading branch information
philpennock committed Apr 19, 2018
2 parents cf4a0c9 + 1781d8c commit 77c344e
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .testdata/binary-darwin
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
1.9rc1
1.9beta2
1.9beta1
1.9.5
1.9.4
1.9.3
1.9.2rc2
Expand Down Expand Up @@ -82,4 +83,5 @@
1.10rc1
1.10beta2
1.10beta1
1.10.1
1.10
2 changes: 2 additions & 0 deletions .testdata/binary-linux
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
1.9rc1
1.9beta2
1.9beta1
1.9.5
1.9.4
1.9.3
1.9.2rc2
Expand Down Expand Up @@ -82,4 +83,5 @@
1.10rc1
1.10beta2
1.10beta1
1.10.1
1.10
4 changes: 2 additions & 2 deletions .testdata/sample-binary-darwin
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .testdata/sample-binary-linux
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gimme
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77c344e

Please sign in to comment.