Skip to content

Commit c3aef8b

Browse files
committed
v1.24.2
1 parent 78f1660 commit c3aef8b

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.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+
113
## 1.24.1
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.1"
25+
const GOMEGA_VERSION = "1.24.2"
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)