Skip to content

Commit 7cabed6

Browse files
committed
v1.34.2
1 parent c59c6dc commit 7cabed6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.34.2
2+
3+
Require Go 1.22+
4+
5+
### Maintenance
6+
- bump ginkgo as well [c59c6dc]
7+
- bump to go 1.22 - remove x/exp dependency [8158b99]
8+
19
## 1.34.1
210

311
### Maintenance

gomega_dsl.go

+1-1
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.34.1"
25+
const GOMEGA_VERSION = "1.34.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)