Skip to content

Commit ab6045c

Browse files
committed
v1.28.1
1 parent 635d196 commit ab6045c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
## 1.28.0
211

312
### Features

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