File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
15
## 1.30.0
2
16
3
17
### 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.30 .0"
25
+ const GOMEGA_VERSION = "1.31 .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