From f1ebaba62c9c9f2ecc2055ba102e797a40627063 Mon Sep 17 00:00:00 2001 From: Joep van Delft Date: Wed, 15 Aug 2018 20:02:21 +0200 Subject: [PATCH] Prepare for 1.5.2 release --- CHANGELOG.md | 4 ++++ gimme | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab1b3bb..fd3ab8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gimme b/gimme index 630bf45..1e82176 100755 --- a/gimme +++ b/gimme @@ -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