Skip to content

Commit f1ff459

Browse files
committed
v1.36.0
1 parent 4c964c6 commit f1ff459

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -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+
110
## 1.35.1
211

312
### Fixes

gomega_dsl.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"github.com/onsi/gomega/types"
2323
)
2424

25-
const GOMEGA_VERSION = "1.35.1"
25+
const GOMEGA_VERSION = "1.36.0"
2626

2727
const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler.
2828
If you're using Ginkgo then you probably forgot to put your assertion in an It().

0 commit comments

Comments
 (0)