Skip to content

Commit 71ad0ae

Browse files
authored
Merge pull request #162 from travis-ci/jvd-prep-1.5.2
Prepare for 1.5.2 release
2 parents b8811b8 + f1ebaba commit 71ad0ae

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1616

1717
### Security
1818

19+
## [1.5.2] 2018-08-15
20+
- Do not pass `GO111MODULE` on to the compiling process
21+
- Get verbose go build logs when `GIMME_DEBUG >= 2`
22+
1923
## [1.5.1] - 2018-08-06
2024

2125
### Fixed

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.5.1"
57+
readonly GIMME_VERSION="v1.5.2"
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)