Skip to content

Commit f2e65fc

Browse files
committed
v1.33.0
1 parent 02e8706 commit f2e65fc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.33.0
2+
3+
### Features
4+
5+
`Receive` not accepts `Receive(<POINTER>, MATCHER>)`, allowing you to pick out a specific value on the channel that satisfies the provided matcher and is stored in the provided pointer.
6+
7+
### Maintenance
8+
- Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745) [9999deb]
9+
- Bump github-pages from 229 to 230 in /docs (#735) [cb5ff21]
10+
- Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746) [bac6596]
11+
112
## 1.32.0
213

314
### Maintenance

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