Skip to content

Commit 6be6c43

Browse files
committed
v1.9.0
1 parent 2f57380 commit 6be6c43

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.9.0
2+
3+
### Features
4+
- Add ContainElements matcher (#370) [2f57380]
5+
- Output missing and extra elements in ConsistOf failure message [a31eda7]
6+
- Document method LargestMatching [7c5a280]
7+
18
## 1.8.1
29

310
### Fixes

gomega_dsl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"github.com/onsi/gomega/types"
2525
)
2626

27-
const GOMEGA_VERSION = "1.8.1"
27+
const GOMEGA_VERSION = "1.9.0"
2828

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

0 commit comments

Comments
 (0)