Skip to content

Commit

Permalink
Merge pull request #162 from travis-ci/jvd-prep-1.5.2
Browse files Browse the repository at this point in the history
Prepare for 1.5.2 release
  • Loading branch information
joepvd committed Aug 15, 2018
2 parents b8811b8 + f1ebaba commit 71ad0ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Security

## [1.5.2] 2018-08-15
- Do not pass `GO111MODULE` on to the compiling process
- Get verbose go build logs when `GIMME_DEBUG >= 2`

## [1.5.1] - 2018-08-06

### Fixed
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.5.1"
readonly GIMME_VERSION="v1.5.2"
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 71ad0ae

Please sign in to comment.