From 57e03554cafb68c94039b9b15568d01b7a160947 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Dec 2024 05:57:42 +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 422b599d..26c2b9f2 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.125.0" //nostyle:repetition +var Version = "0.125.1" //nostyle:repetition From 4a9d651a37167ca990c7b42c2857936a61d5a7ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Dec 2024 05:57:42 +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 3f1cc15d..409d45e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [v0.125.1](https://github.com/k1LoW/runn/compare/v0.125.0...v0.125.1) - 2024-12-24 +### Fix bug 🐛 +- Fix a bug that caused store values to be lost when using `loop:`. by @k1LoW in https://github.com/k1LoW/runn/pull/1129 +### Other Changes +- docs: Updated the link to the `expr` Language Definition with a richer one by @mi-wada in https://github.com/k1LoW/runn/pull/1127 +- chore(deps): bump the dependencies group across 1 directory with 9 updates by @dependabot in https://github.com/k1LoW/runn/pull/1126 + ## [v0.125.0](https://github.com/k1LoW/runn/compare/v0.124.1...v0.125.0) - 2024-12-20 ### Breaking Changes 🛠 - Change the method of holding the list type step in store from slice to map. by @k1LoW in https://github.com/k1LoW/runn/pull/1120