Skip to content

Commit 762b171

Browse files
committed
v1.31.1
1 parent 26661b8 commit 762b171

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.31.1
2+
3+
### Fixes
4+
- Inverted arguments order of FailureMessage of BeComparableToMatcher [e0dd999]
5+
- Update test in case keeping msg is desired [ad1a367]
6+
7+
### Maintenance
8+
- Show how to import the format sub package [24e958d]
9+
- tidy up go.sum [26661b8]
10+
- bump dependencies [bde8f7a]
11+
112
## 1.31.0
213

314
### 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.31.0"
25+
const GOMEGA_VERSION = "1.31.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)