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.24.1
2
+
3
+ ### Fixes
4
+ - maintain backward compatibility for Eventually and Consisntetly's signatures [ 4c7df5e]
5
+ - fix small typo (#601 ) [ ea0ebe6]
6
+
7
+ ### Maintenance
8
+ - Bump golang.org/x/net from 0.1.0 to 0.2.0 (#603 ) [ 1ba8372]
9
+ - Bump github.com/onsi/ginkgo/v2 from 2.4.0 to 2.5.0 (#602 ) [ f9426cb]
10
+ - fix label-filter in test.yml [ d795db6]
11
+ - stop running flakey tests and rely on external network dependencies in CI [ 7133290]
12
+
1
13
## 1.24.0
2
14
3
15
### Features
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.0 "
25
+ const GOMEGA_VERSION = "1.24.1 "
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