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.2
2
+
3
+ ### Fixes
4
+ - Correctly handle assertion failure panics for eventually/consistnetly "g Gomega"s in a goroutine [ 78f1660]
5
+ - docs: Fix typo "you an" -> "you can" (#607 ) [ 3187c1f]
6
+ - fixes issue #600 (#606 ) [ 808d192]
7
+
8
+ ### Maintenance
9
+ - Bump golang.org/x/net from 0.2.0 to 0.4.0 (#611 ) [ 6ebc0bf]
10
+ - Bump nokogiri from 1.13.9 to 1.13.10 in /docs (#612 ) [ 258cfc8]
11
+ - Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 (#609 ) [ e6c3eb9]
12
+
1
13
## 1.24.1
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.1 "
25
+ const GOMEGA_VERSION = "1.24.2 "
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