From e18f83290e21ae59b46f3db651a878562a8e98d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Dec 2024 04:55:26 +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 003c4644..23be4a63 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.124.0" //nostyle:repetition +var Version = "0.124.1" //nostyle:repetition From 309fa809478cce91b9715a16b2afcc8807fe9dd1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Dec 2024 04:55:26 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 273ea88e..13e4efe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [v0.124.1](/~https://github.com/k1LoW/runn/compare/v0.124.0...v0.124.1) - 2024-12-16 +### Fix bug 🐛 +- Fix new command. by @k1LoW in /~https://github.com/k1LoW/runn/pull/1118 +### Other Changes +- Fix typo by @k1LoW in /~https://github.com/k1LoW/runn/pull/1115 +- chore(deps): bump the dependencies group with 2 updates by @dependabot in /~https://github.com/k1LoW/runn/pull/1117 + ## [v0.124.0](/~https://github.com/k1LoW/runn/compare/v0.123.1...v0.124.0) - 2024-12-13 ### Breaking Changes 🛠 - Use goccy/go-yaml only by @k1LoW in /~https://github.com/k1LoW/runn/pull/1088