From 7e8b50db0c6d0a15ac0eb015d4ca64e7e7e2c88c Mon Sep 17 00:00:00 2001 From: George Blue Date: Mon, 19 Aug 2019 21:07:42 +0100 Subject: [PATCH] v1.9.0 --- CHANGELOG.md | 15 +++++++++++++++ config/config.go | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4920406ae..a3cbfcea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 1.9.0 + +## Features +- Option to print output into report, when tests have passed [0545415] + +## Fixes +- Fixed typos in comments [0ecbc58] +- gofmt code [a7f8bfb] +- Simplify code [7454d00] +- Simplify concatenation, incrementation and function assignment [4825557] +- Avoid unnecessary conversions [9d9403c] +- JUnit: include more detailed information about panic [19cca4b] +- Print help to stdout when the user asks for help [4cb7441] + + ## 1.8.0 ### New Features diff --git a/config/config.go b/config/config.go index c5e07c59c..ea1d5d6b7 100644 --- a/config/config.go +++ b/config/config.go @@ -20,7 +20,7 @@ import ( "fmt" ) -const VERSION = "1.8.0" +const VERSION = "1.9.0" type GinkgoConfigType struct { RandomSeed int64