File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
2727const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler.
2828If you're using Ginkgo then you probably forgot to put your assertion in an It().
You can’t perform that action at this time.
0 commit comments