Skip to content

Commit fa057b8

Browse files
committed
v1.34.1
1 parent 5e71dcd commit fa057b8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.34.1
2+
3+
### Maintenance
4+
- Use slices from exp/slices to keep golang 1.20 compat [5e71dcd]
5+
16
## 1.34.0
27

38
### Features

Diff for: 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.0"
25+
const GOMEGA_VERSION = "1.34.1"
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)