Skip to content

Commit 4379951

Browse files
committed
v1.32.0
1 parent a350b95 commit 4379951

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.32.0
2+
3+
### Maintenance
4+
- Migrate github.com/golang/protobuf to google.golang.org/protobuf [436a197]
5+
6+
This release drops the deprecated github.com/golang/protobuf and adopts google.golang.org/protobuf. Care was taken to ensure the release is backwards compatible (thanks @jbduncan !). Please open an issue if you run into one.
7+
8+
- chore: test with Go 1.22 (#733) [32ef35e]
9+
- Bump golang.org/x/net from 0.19.0 to 0.20.0 (#717) [a0d0387]
10+
- Bump github-pages and jekyll-feed in /docs (#732) [b71e477]
11+
- docs: fix typo and broken anchor link to gstruct [f460154]
12+
- docs: fix HaveEach matcher signature [a2862e4]
13+
114
## 1.31.1
215

316
### 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.31.1"
25+
const GOMEGA_VERSION = "1.32.0"
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)