Skip to content

Commit ba8bba2

Browse files
committed
v1.31.0
1 parent 121c37f commit ba8bba2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 1.31.0
2+
3+
### Features
4+
- Async assertions include context cancellation cause if present [121c37f]
5+
6+
### Maintenance
7+
- Bump minimum go version [dee1e3c]
8+
- docs: fix typo in example usage "occured" -> "occurred" [49005fe]
9+
- Bump actions/setup-go from 4 to 5 (#714) [f1c8757]
10+
- Bump github/codeql-action from 2 to 3 (#715) [9836e76]
11+
- Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.2 (#713) [54726f0]
12+
- Bump golang.org/x/net from 0.17.0 to 0.19.0 (#711) [df97ecc]
13+
- docs: fix `HaveExactElement` typo (#712) [a672c86]
14+
115
## 1.30.0
216

317
### Features

gomega_dsl.go

+1-1
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.30.0"
25+
const GOMEGA_VERSION = "1.31.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)