We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c964c6 commit f1ff459Copy full SHA for f1ff459
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 1.36.0
2
+
3
+### Features
4
+- new: make collection-related matchers Go 1.23 iterator aware [4c964c6]
5
6
+### Maintenance
7
+- Replace min/max helpers with built-in min/max [ece6872]
8
+- Fix some typos in docs [8e924d7]
9
10
## 1.35.1
11
12
### Fixes
gomega_dsl.go
@@ -22,7 +22,7 @@ import (
22
"github.com/onsi/gomega/types"
23
)
24
25
-const GOMEGA_VERSION = "1.35.1"
+const GOMEGA_VERSION = "1.36.0"
26
27
const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler.
28
If you're using Ginkgo then you probably forgot to put your assertion in an It().
0 commit comments