From 48803da47b48748ed32dd19e4a5a631398aa9581 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 Jan 2025 02:26:14 +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 18d67538..52f0bc50 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.127.3" //nostyle:repetition +var Version = "0.127.4" //nostyle:repetition From 030329e3b71b765ecb1715b1f5a9e5048282afe7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 29 Jan 2025 02:26:15 +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 3c6c9b3d..e98add18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [v0.127.4](https://github.com/k1LoW/runn/compare/v0.127.3...v0.127.4) - 2025-01-29 +### Other Changes +- chore: Bump up go directive version by @k1LoW in https://github.com/k1LoW/runn/pull/1162 +- chore(deps): bump the dependencies group across 1 directory with 7 updates by @dependabot in https://github.com/k1LoW/runn/pull/1164 + ## [v0.127.3](https://github.com/k1LoW/runn/compare/v0.127.2...v0.127.3) - 2025-01-24 ### Other Changes - fix: Temporarily revert version of goccy/go-json to support data race by @k1LoW in https://github.com/k1LoW/runn/pull/1157