From a3a37981f07627e0eab4569e2f09aff8de9a3354 Mon Sep 17 00:00:00 2001 From: joschi-bot Date: Fri, 28 Jun 2024 15:37:50 +0200 Subject: [PATCH] chore(main): release 2.2.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2258d11..04d964d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ - [GitHub releases](https://github.com/joschi/go-junit-report/releases) - [Old GitHub releases](https://github.com/jstemmer/go-junit-report/releases) +## [2.2.0](https://github.com/joschi/go-junit-report/compare/v2.1.0...v2.2.0) (2024-06-28) + + +### Features + +* add AssumeNoBuildOutput option to ignore build output ([#11](https://github.com/joschi/go-junit-report/issues/11)) ([940046d](https://github.com/joschi/go-junit-report/commit/940046d07e4639c3ef97a1b2d2b02b4c4ce8e4ac)) +* populate skipped message with last line of test output ([#13](https://github.com/joschi/go-junit-report/issues/13)) ([3f30451](https://github.com/joschi/go-junit-report/commit/3f30451b10e74b043687492477d3c665045ff39e)) +* remove ANSI escape sequences from output ([#5](https://github.com/joschi/go-junit-report/issues/5)) ([ad9f925](https://github.com/joschi/go-junit-report/commit/ad9f925efa87f146a9998a4a226dc80bb0452018)) +* support new coverage format of Go 1.20 ([#12](https://github.com/joschi/go-junit-report/issues/12)) ([5a66382](https://github.com/joschi/go-junit-report/commit/5a66382305fe6bb671363955b634e70b4800923c)) + ## [2.1.0](https://github.com/jstemmer/go-junit-report/releases/tag/v2.1.0) (2023-10-19) - Fix jstemmer/go-junit-report#147: Make timestamps in generated report more accurate.