From ce5d301e555bb672c693c099ba6ca5087b06c0b4 Mon Sep 17 00:00:00 2001 From: George Blue Date: Wed, 30 Oct 2019 17:16:36 +0000 Subject: [PATCH] v1.10.3 --- CHANGELOG.md | 8 ++++++++ config/config.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 687417721..020496c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.10.3 + +### Fixes +- Set go_import_path in travis.yml to allow internal packages in forks (#607) [3b721db] +- Add integration test [d90e0dc] +- Fix coverage files combining [e5dde8c] +- A new CLI option: -ginkgo.reportFile (#601) [034fd25] + ## 1.10.2 ### Fixes diff --git a/config/config.go b/config/config.go index 690dcbb61..89ec2b29a 100644 --- a/config/config.go +++ b/config/config.go @@ -20,7 +20,7 @@ import ( "fmt" ) -const VERSION = "1.10.2" +const VERSION = "1.10.3" type GinkgoConfigType struct { RandomSeed int64