Skip to content

Commit 99a29d5

Browse files
committed
v1.27.7
1 parent 05c1bc6 commit 99a29d5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 1.27.7
2+
3+
### Fixes
4+
- fix: gcustom.MakeMatcher accepts nil as actual value (#666) [57054d5]
5+
6+
### Maintenance
7+
- update gitignore [05c1bc6]
8+
- Bump github.com/onsi/ginkgo/v2 from 2.9.4 to 2.9.5 (#663) [7cadcf6]
9+
- Bump golang.org/x/net from 0.9.0 to 0.10.0 (#662) [b524839]
10+
- Bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.4 (#661) [5f44694]
11+
- Bump commonmarker from 0.23.8 to 0.23.9 in /docs (#657) [05dc99a]
12+
- Bump nokogiri from 1.14.1 to 1.14.3 in /docs (#658) [3a033d1]
13+
- Replace deprecated NewGomegaWithT with NewWithT (#659) [a19238f]
14+
- Bump golang.org/x/net from 0.8.0 to 0.9.0 (#656) [29ed041]
15+
- Bump actions/setup-go from 3 to 4 (#651) [11b2080]
16+
117
## 1.27.6
218

319
### 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.27.6"
25+
const GOMEGA_VERSION = "1.27.7"
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)