From 33483d56b73ce6f3f4cc28cc4050f0f5033b98ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 14 Jun 2024 02:21:06 +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 177096ae..29b8cb50 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.112.1" //nostyle:repetition +var Version = "0.112.2" //nostyle:repetition From eb49e83fcc407a0522a14230369c55ce39cf75bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 14 Jun 2024 02:21:06 +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 3e73b2bb..0ccc0880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.112.2](https://github.com/k1LoW/runn/compare/v0.112.1...v0.112.2) - 2024-06-14 +### New Features 🎉 +- Improve implementation of the built-in function `select`. by @k1LoW in https://github.com/k1LoW/runn/pull/958 + ## [v0.112.1](https://github.com/k1LoW/runn/compare/v0.112.0...v0.112.1) - 2024-06-11 ### Other Changes - Use GoReleaser v2 by @k1LoW in https://github.com/k1LoW/runn/pull/956