Skip to content

Commit 36400cb

Browse files
committed
1.25.0
1 parent 4509f72 commit 36400cb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 1.25.0
2+
3+
### Features
4+
- add `MustPassRepeatedly(int)` to asyncAssertion (#619) [4509f72]
5+
- compare unwrapped errors using DeepEqual (#617) [aaeaa5d]
6+
7+
### Maintenance
8+
- Bump golang.org/x/net from 0.4.0 to 0.5.0 (#614) [c7cfea4]
9+
- Bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0 (#615) [71b8adb]
10+
- Docs: Fix typo "MUltiple" -> "Multiple" (#616) [9351dda]
11+
- clean up go.sum [cd1dc1d]
12+
113
## 1.24.2
214

315
### Fixes

gomega_dsl.go

Lines changed: 1 addition & 1 deletion
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.24.2"
25+
const GOMEGA_VERSION = "1.25.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)