Skip to content

Commit

Permalink
Prepare for 1.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Joep van Delft committed Aug 15, 2018
1 parent b8811b8 commit f1ebaba
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 f1ebaba

Please sign in to comment.