Skip to content

Commit 32e5498

Browse files
committed
v1.34.0
1 parent cb3fa6a commit 32e5498

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 1.34.0
2+
3+
### Features
4+
- Add RoundTripper method to ghttp.Server [c549e0d]
5+
6+
### Fixes
7+
- fix incorrect handling of nil slices in HaveExactElements (fixes #771) [878940c]
8+
- issue_765 - fixed bug in Hopcroft-Karp algorithm [ebadb67]
9+
10+
### Maintenance
11+
- bump ginkgo [8af2ece]
12+
- Fix typo in docs [123a071]
13+
- Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (#756) [0e69083]
14+
- Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (#755) [2675796]
15+
- Bump golang.org/x/net from 0.24.0 to 0.25.0 (#754) [4160c0f]
16+
- Bump github-pages from 230 to 231 in /docs (#748) [892c303]
17+
118
## 1.33.1
219

320
### Fixes

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