From 96978634cf0f67e8a028c6fec6f20ef07f961755 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 May 2024 13:52:36 +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 e66d83fd..b02e68d4 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.105.2" //nostyle:repetition +var Version = "0.106.0" //nostyle:repetition From 95c4b5cba23f4849b9a5db647ebd9516bf3d5d3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 May 2024 13:52:37 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 458a7f10..a3903982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.106.0](https://github.com/k1LoW/runn/compare/v0.105.2...v0.106.0) - 2024-05-03 +### Breaking Changes 🛠 +- Support Buf ecosystem by @k1LoW in https://github.com/k1LoW/runn/pull/908 +### Fix bug 🐛 +- Fix test for problem with validators behaving incorrectly when running concurrently by @k1LoW in https://github.com/k1LoW/runn/pull/906 + ## [v0.105.2](https://github.com/k1LoW/runn/compare/v0.105.1...v0.105.2) - 2024-04-30 ### Fix bug 🐛 - Fix problem with validators behaving incorrectly when running concurrently (This is not a sufficient fix.) by @k1LoW in https://github.com/k1LoW/runn/pull/902