From 607e31aee8f24a5461c38aee14e051c1ed2ef343 Mon Sep 17 00:00:00 2001 From: "buf-release-bot[bot]" <116301919+buf-release-bot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 15:04:50 -0400 Subject: [PATCH] Release v1.24.0 (#2290) Release prepared for 1.24.0 --------- Co-authored-by: joshcarp Co-authored-by: joshcarp --- 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 560e40a043..491da57961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v1.24.0] - 2023-07-13 - Update `buf mod update` to block updates that will result in conflicting `.proto` files across dependencies. @@ -923,7 +923,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.23.1...HEAD +[v1.24.0]: https://github.com/bufbuild/buf/compare/v1.23.1...v1.24.0 [v1.23.1]: https://github.com/bufbuild/buf/compare/v1.23.0...v1.23.1 [v1.23.0]: https://github.com/bufbuild/buf/compare/v1.22.0...v1.23.0 [v1.22.0]: https://github.com/bufbuild/buf/compare/v1.21.0...v1.22.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index c4e82de325..fee41c90ba 100644 --- a/private/buf/bufcli/bufcli.go +++ b/private/buf/bufcli/bufcli.go @@ -65,7 +65,7 @@ import ( const ( // Version is the CLI version of buf. - Version = "1.23.2-dev" + Version = "1.24.0" inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME" inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"