From 37ed0a69e2954a00c0e804b84eb10a21e2ee1085 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 20 Aug 2023 12:17:17 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 9d116fa..b4506f1 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package gotesplit -const version = "0.2.1" +const version = "0.3.0" var revision = "HEAD" From 62f66d62a94c5babe5b8557d141420c526c8ad4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 20 Aug 2023 12:17:17 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b07fc..da29e5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.3.0](https://github.com/Songmu/gotesplit/compare/v0.2.1...v0.3.0) - 2023-08-20 +- Use jstemmer/go-junit-report/v2 to correctly parse the output of go test by @shibayu36 in https://github.com/Songmu/gotesplit/pull/22 +- introduce tagpr GitHub Action by @Songmu in https://github.com/Songmu/gotesplit/pull/23 +- Go 1.21 and update deps by @Songmu in https://github.com/Songmu/gotesplit/pull/25 + ## [v0.2.1](https://github.com/Songmu/gotesplit/compare/v0.2.0...v0.2.1) (2022-06-09) * perf: tags option always placed at testOpts [#21](https://github.com/Songmu/gotesplit/pull/21) ([Warashi](https://github.com/Warashi))