Skip to content

Commit

Permalink
v1.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
onsi committed Jan 19, 2024
1 parent 26661b8 commit 762b171
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## 1.31.1

### Fixes
- Inverted arguments order of FailureMessage of BeComparableToMatcher [e0dd999]
- Update test in case keeping msg is desired [ad1a367]

### Maintenance
- Show how to import the format sub package [24e958d]
- tidy up go.sum [26661b8]
- bump dependencies [bde8f7a]

## 1.31.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion gomega_dsl.go
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/onsi/gomega/types"
)

const GOMEGA_VERSION = "1.31.0"
const GOMEGA_VERSION = "1.31.1"

const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler.
If you're using Ginkgo then you probably forgot to put your assertion in an It().
Expand Down

0 comments on commit 762b171

Please sign in to comment.