From 2d796a739cf98380c3ef1f080875ca1f606410db Mon Sep 17 00:00:00 2001 From: "buf-release-bot[bot]" <116301919+buf-release-bot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 11:56:10 -0400 Subject: [PATCH] Release v1.33.0 (#3078) Release prepared for 1.33.0 Reminder: Verify the changelog Co-authored-by: doriable --- 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 ce709ef609..c8478aedc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v1.33.0] - 2024-06-13 - Allow user to override `--source-control-url` and `--create-default-label` when using `--git-metadata` with `buf push`. @@ -1152,7 +1152,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.32.2...HEAD +[v1.33.0]: https://github.com/bufbuild/buf/compare/v1.32.2...v1.33.0 [v1.32.2]: https://github.com/bufbuild/buf/compare/v1.32.1...v1.32.2 [v1.32.1]: https://github.com/bufbuild/buf/compare/v1.32.0...v1.32.1 [v1.32.0]: https://github.com/bufbuild/buf/compare/v1.32.0-beta.1...v1.32.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index b4a084bf4c..a52e3b6db7 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.32.3-dev" +const Version = "1.33.0"