Skip to content

Commit f804ac6

Browse files
committed
v1.30.0
1 parent 4da4c7f commit f804ac6

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.30.0
2+
3+
### Features
4+
- BeTrueBecause and BeFalseBecause allow for better failure messages [4da4c7f]
5+
6+
### Maintenance
7+
- Bump actions/checkout from 3 to 4 (#694) [6ca6e97]
8+
- doc: fix type on gleak go doc [f1b8343]
9+
110
## 1.29.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.29.0"
25+
const GOMEGA_VERSION = "1.30.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)