Skip to content

Commit 758e947

Browse files
committed
v1.20.1
1 parent cb46517 commit 758e947

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.20.1
2+
3+
## Fixes
4+
- fix false positive gleaks when using ginkgo -p (#577) [cb46517]
5+
- Fix typos in gomega_dsl.go (#569) [5f71ed2]
6+
- don't panic on Eventually(nil), fixing #555 (#567) [9d1186f]
7+
- vet optional description args in assertions, fixing #560 (#566) [8e37808]
8+
9+
## Maintenance
10+
- test: add new Go 1.19 to test matrix (#571) [40d7efe]
11+
- Bump tzinfo from 1.2.9 to 1.2.10 in /docs (#564) [5f26371]
12+
113
## 1.20.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.20.0"
25+
const GOMEGA_VERSION = "1.20.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)