File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.38.0
2
+
3
+ ### Features
4
+ - gstruct handles extra unexported fields [ 4ee7ed0]
5
+
6
+ ### Fixes
7
+ - support [ ] in IgnoringTopFunction function signatures (#851 ) [ 36bbf72]
8
+
9
+ ### Maintenance
10
+ - Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846 ) [ 529d408]
11
+ - Fix typo [ acd1f55]
12
+ - Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835 ) [ bae65a0]
13
+ - Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842 ) [ 8dda91f]
14
+ - Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843 ) [ 212d812]
15
+ - Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839 ) [ 59bd7f9]
16
+ - Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834 ) [ 328c729]
17
+ - Bump uri from 1.0.2 to 1.0.3 in /docs (#826 ) [ 9a798a1]
18
+ - Bump golang.org/x/net from 0.37.0 to 0.39.0 (#841 ) [ 04a72c6]
19
+
1
20
## 1.37.0
2
21
3
22
### Features
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.37 .0"
25
+ const GOMEGA_VERSION = "1.38 .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