Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Nodari <anodari@pivotal.io>
  • Loading branch information
blgm and Andrea Nodari committed Sep 11, 2018
1 parent 018aa99 commit 7615b94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## HEAD
## 1.4.2

Improvements:
### Fixes:

- XUnit style golang tests have much more useful stack trace in Golang 1.9 thanks to t.Helper.
- Add go.mod and go.sum files to define the gomega go module [f3de367, a085d30]
- Work around go vet issue with Go v1.11 (#300) [40dd6ad]
- Better output when using with go XUnit-style tests, fixes #255 (#297) [29a4b97]
- Fix MatchJSON fail to parse json.RawMessage (#298) [ae19f1b]
- show threshold in failure message of BeNumericallyMatcher (#293) [4bbecc8]

## 1.4.1

Expand Down
2 changes: 1 addition & 1 deletion gomega_dsl.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/onsi/gomega/types"
)

const GOMEGA_VERSION = "1.4.1"
const GOMEGA_VERSION = "1.4.2"

const nilFailHandlerPanic = `You are trying to make an assertion, but Gomega's fail handler is nil.
If you're using Ginkgo then you probably forgot to put your assertion in an It().
Expand Down

0 comments on commit 7615b94

Please sign in to comment.