File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
13
## 1.24.2
2
14
3
15
### Fixes
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
"github.com/onsi/gomega/types"
23
23
)
24
24
25
- const GOMEGA_VERSION = "1.24.2 "
25
+ const GOMEGA_VERSION = "1.25.0 "
26
26
27
27
const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler.
28
28
If you're using Ginkgo then you probably forgot to put your assertion in an It().
You can’t perform that action at this time.
0 commit comments