From e35e57afb191a17f67f2a3349e5e31daa6a34610 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Jun 2024 03:03:00 +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 61735545..177096ae 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.112.0" //nostyle:repetition +var Version = "0.112.1" //nostyle:repetition From 594917392f3af81e8cb2db17670f007f04a7b20c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Jun 2024 03:03:01 +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 07782d72..3e73b2bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.112.1](https://github.com/k1LoW/runn/compare/v0.112.0...v0.112.1) - 2024-06-11 +### Other Changes +- Use GoReleaser v2 by @k1LoW in https://github.com/k1LoW/runn/pull/956 + ## [v0.112.0](https://github.com/k1LoW/runn/compare/v0.111.0...v0.112.0) - 2024-06-11 ### New Features 🎉 - Add `--force-color` option for forcing colorized output by @na3shkw in https://github.com/k1LoW/runn/pull/951