From 5bf98e09f80b56167231dff2c356ce7553c1b2d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 20 Jun 2024 00:34:24 +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 d18ee483..d066d405 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.112.4" //nostyle:repetition +var Version = "0.113.0" //nostyle:repetition From fd1d9a550ea5ebd5e98338e675a6ed7e599fa5e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 20 Jun 2024 00:34:25 +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 c77854a3..657a1e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.113.0](https://github.com/k1LoW/runn/compare/v0.112.4...v0.113.0) - 2024-06-20 +### New Features 🎉 +- Add "Runner runner" that allows runners to be defined in the middle of steps. by @k1LoW in https://github.com/k1LoW/runn/pull/966 + ## [v0.112.4](https://github.com/k1LoW/runn/compare/v0.112.3...v0.112.4) - 2024-06-17 ### Fix bug 🐛 - Update bufresolv by @k1LoW in https://github.com/k1LoW/runn/pull/964