From 07c71e3665a1bb822ed9400043091339dc274c15 Mon Sep 17 00:00:00 2001 From: Onsi Fakhouri Date: Sat, 17 Sep 2022 15:45:35 -0600 Subject: [PATCH] v2.2.0 --- CHANGELOG.md | 4 +++- types/version.go | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32592d9fe..f79662bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.2.0 - (on Master - pending imminent release) +## 2.2.0 ### Generate real-time Progress Reports [f91377c] @@ -8,6 +8,8 @@ These Progress Reports allow users to debug stuck or slow tests without exiting In addition, the user can specify `--poll-progress-after` and `--poll-progress-interval` to have Ginkgo start periodically emitting progress reports if a given node takes too long. These can be overriden/set on a per-node basis with the `PollProgressAfter` and `PollProgressInterval` decorators. +Progress Reports are emitted to stdout, and also stored in the machine-redable report formats that Ginkgo supports. + Ginkgo also uses this progress reporting infrastructure under the hood when handling timeouts and interrupts. This yields much more focused, useful, and informative stack traces than previously. ### Features diff --git a/types/version.go b/types/version.go index c79901491..3974fdc26 100644 --- a/types/version.go +++ b/types/version.go @@ -1,3 +1,3 @@ package types -const VERSION = "2.1.6" +const VERSION = "2.2.0"