From f0a6e6a8323f4c9c82a204192572d8ffde7bf1bd Mon Sep 17 00:00:00 2001 From: "buf-release-bot[bot]" <116301919+buf-release-bot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:38:49 -0400 Subject: [PATCH] Release v1.41.0 (#3312) --- CHANGELOG.md | 4 ++-- private/buf/bufcli/bufcli.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 318efac7c6..03bcccfe36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v1.41.0] - 2024-09-11 - Add HTTP/3 support for gRPC with `buf curl`. - Fix issue where errors from protoc plugins may be overwritten when executing plugins in parallel. @@ -1249,7 +1249,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.40.1...HEAD +[v1.41.0]: https://github.com/bufbuild/buf/compare/v1.40.1...v1.41.0 [v1.40.1]: https://github.com/bufbuild/buf/compare/v1.40.0...v1.40.1 [v1.40.0]: https://github.com/bufbuild/buf/compare/v1.39.0...v1.40.0 [v1.39.0]: https://github.com/bufbuild/buf/compare/v1.38.0...v1.39.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index eab13708ae..0911aedf5f 100644 --- a/private/buf/bufcli/bufcli.go +++ b/private/buf/bufcli/bufcli.go @@ -15,4 +15,4 @@ package bufcli // Version is the CLI version of buf. -const Version = "1.40.2-dev" +const Version = "1.41.0"