Skip to content

Commit

Permalink
Merge pull request #74 from travis-ci/v1.1.0-prep
Browse files Browse the repository at this point in the history
Prep for v1.1.0 release
  • Loading branch information
meatballhat committed Dec 7, 2016
2 parents f200f03 + 43e6498 commit 3ce5f00
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .testdata/binary-darwin
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.8beta1
1.7rc6
1.7rc5
1.7rc4
Expand All @@ -6,6 +7,7 @@
1.7rc1
1.7beta2
1.7beta1
1.7.4
1.7.3
1.7.2
1.7.1
Expand All @@ -14,6 +16,7 @@
1.6rc1
1.6beta2
1.6beta1
1.6.4
1.6.3
1.6.2
1.6.1
Expand Down
3 changes: 3 additions & 0 deletions .testdata/binary-linux
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.8beta1
1.7rc6
1.7rc5
1.7rc4
Expand All @@ -6,6 +7,7 @@
1.7rc1
1.7beta2
1.7beta1
1.7.4
1.7.3
1.7.2
1.7.1
Expand All @@ -14,6 +16,7 @@
1.6rc1
1.6beta2
1.6beta1
1.6.4
1.6.3
1.6.2
1.6.1
Expand Down
4 changes: 2 additions & 2 deletions .testdata/sample-binary-darwin
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions .testdata/sample-binary-linux
Original file line number Diff line number Diff line change
@@ -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
Expand Down
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions gimme
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 3ce5f00

Please sign in to comment.