From da902441b1e2305a4c86ae0bd93905a14b50b5c2 Mon Sep 17 00:00:00 2001 From: "buf-release-bot[bot]" <116301919+buf-release-bot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:05:56 -0400 Subject: [PATCH] Release v1.35.0 (#3178) Release prepared for 1.35.0 Reminder: Verify the changelog Co-authored-by: oliversun9 --- 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 5146761c2c..b73983afb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v1.35.0] - 2024-07-22 - Add `buf generate --clean` flag that will delete the directories, jar files, or zip files that the plugins will write to, prior to generation. Allows cleaning of existing assets without having @@ -1172,7 +1172,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.34.0...HEAD +[v1.35.0]: https://github.com/bufbuild/buf/compare/v1.34.0...v1.35.0 [v1.34.0]: https://github.com/bufbuild/buf/compare/v1.33.0...v1.34.0 [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 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index 1885d4cc27..37090b872c 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.34.1-dev" +const Version = "1.35.0"