File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.28.1
2
+
3
+ ### Maintenance
4
+ - Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0 [ 635d196]
5
+ - Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 [ 14f8859]
6
+ - Bump golang.org/x/net from 0.14.0 to 0.17.0 [ d8a6508]
7
+ - #703 doc(matchers): HaveEach() doc comment updated [ 2705bdb]
8
+ - Minor typos (#699 ) [ 375648c]
9
+
1
10
## 1.28.0
2
11
3
12
### 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.28.0 "
25
+ const GOMEGA_VERSION = "1.28.1 "
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