From 6ad4fae4dd614651bdf97d445990536c3d4ce225 Mon Sep 17 00:00:00 2001 From: Onsi Fakhouri Date: Fri, 9 Dec 2022 21:42:41 -0700 Subject: [PATCH] v2.6.0 --- CHANGELOG.md | 10 ++++++++++ types/version.go | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b723d4e59..0b5ef20b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.6.0 + +### Features +- `ReportBeforeSuite` provides access to the suite report before the suite begins. +- Add junit config option for omitting leafnodetype (#1088) [956e6d2] +- Add support to customize junit report config to omit spec labels (#1087) [de44005] + +### Fixes +- Fix stack trace pruning so that it has a chance of working on windows [2165648] + ## 2.5.1 ### Fixes diff --git a/types/version.go b/types/version.go index 7745c9a7c..b874ca0fd 100644 --- a/types/version.go +++ b/types/version.go @@ -1,3 +1,3 @@ package types -const VERSION = "2.5.1" +const VERSION = "2.6.0"