Skip to content

Commit 3eef0d7

Browse files
committed
v1.24.1
1 parent 4c7df5e commit 3eef0d7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 1.24.1
2+
3+
### Fixes
4+
- maintain backward compatibility for Eventually and Consisntetly's signatures [4c7df5e]
5+
- fix small typo (#601) [ea0ebe6]
6+
7+
### Maintenance
8+
- Bump golang.org/x/net from 0.1.0 to 0.2.0 (#603) [1ba8372]
9+
- Bump github.com/onsi/ginkgo/v2 from 2.4.0 to 2.5.0 (#602) [f9426cb]
10+
- fix label-filter in test.yml [d795db6]
11+
- stop running flakey tests and rely on external network dependencies in CI [7133290]
12+
113
## 1.24.0
214

315
### 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.24.0"
25+
const GOMEGA_VERSION = "1.24.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)