File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
18
## 1.33.1
2
19
3
20
### Fixes
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
"github.com/onsi/gomega/types"
23
23
)
24
24
25
- const GOMEGA_VERSION = "1.33.1 "
25
+ const GOMEGA_VERSION = "1.34.0 "
26
26
27
27
const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler.
28
28
If you're using Ginkgo then you probably forgot to put your assertion in an It().
You can’t perform that action at this time.
0 commit comments