Skip to content

Commit c1237df

Browse files
committed
v1.38.0
1 parent 36bbf72 commit c1237df

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
## 1.37.0
221

322
### Features

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