From 8931daa740aae8b97a1092ac0cc5baa56e244725 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Jan 2025 01:53:46 +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 754626e5..bdfa3b4e 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.127.0" //nostyle:repetition +var Version = "0.127.1" //nostyle:repetition From 6de3e30cc5475f949dbc7048322b21ab754a7f89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Jan 2025 01:53:47 +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 d3541180..1a66b66f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.127.1](/~https://github.com/k1LoW/runn/compare/v0.127.0...v0.127.1) - 2025-01-11 +### Fix bug 🐛 +- Fix loadt stucked by @k1LoW in /~https://github.com/k1LoW/runn/pull/1150 + ## [v0.127.0](/~https://github.com/k1LoW/runn/compare/v0.126.1...v0.127.0) - 2025-01-10 ### Breaking Changes 🛠 - If loop.count <= 0, skip step. by @k1LoW in /~https://github.com/k1LoW/runn/pull/1145