From 1e26fc579367634568363b1d69f528b4eec53cbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 4 May 2024 08:29:54 +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 b02e68d4..651f8bff 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.106.0" //nostyle:repetition +var Version = "0.107.0" //nostyle:repetition From 81e20d33608328d8957af9773837dd93d3fe1c45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 4 May 2024 08:29:54 +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 a3903982..34ac5dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.107.0](https://github.com/k1LoW/runn/compare/v0.106.0...v0.107.0) - 2024-05-04 +### Breaking Changes 🛠 +- Introduce protoresolv so that protos under it are automatically loaded simply by specifying importPaths. by @k1LoW in https://github.com/k1LoW/runn/pull/909 + ## [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