From d1728c366c891905b146b9c79a33bc9db02f03e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 13 Apr 2024 23:14:54 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 90652bb4..9dcd06be 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.103.0" //nostyle:repetition +var Version = "0.103.1" //nostyle:repetition From c6752852335330b10c5a7fee6d59c061c26bcd5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 13 Apr 2024 23:14:55 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76157397..e1df24fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.103.1](https://github.com/k1LoW/runn/compare/v0.103.0...v0.103.1) - 2024-04-13 +### Other Changes +- Revert "Set RunResult.Path to a path relative to the Git root as possible." by @k1LoW in https://github.com/k1LoW/runn/pull/869 + ## [v0.103.0](https://github.com/k1LoW/runn/compare/v0.102.0...v0.103.0) - 2024-04-12 ### New Features 🎉 - Add Store for re-use of stored data by @k1LoW in https://github.com/k1LoW/runn/pull/867