From 3eeb006fffd3916bcd881927f51e3be4dde43b70 Mon Sep 17 00:00:00 2001 From: "buf-release-bot[bot]" <116301919+buf-release-bot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:10:04 -0400 Subject: [PATCH] Release v1.36.0 (#3216) Release prepared for 1.36.0 Reminder: Verify the changelog --------- Co-authored-by: oliversun9 Co-authored-by: Oliver Sun --- CHANGELOG.md | 8 ++++---- private/buf/bufcli/bufcli.go | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 082bc05252..0be6bca277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog -## [Unreleased] +## [v1.36.0] - 2024-08-06 +- Add `--list-services` and `--list-methods` flags to `buf curl`, which trigger the command to list + known services or methods in the RPC schema, instead of invoking an RPC method. - Add `clean` as a top-level option in `buf.gen.yaml`, matching the `buf generate --clean` flag. If set to true, this will delete the directories, jar files, or zip files set to `out` for each plugin. @@ -31,8 +33,6 @@ to call `rm -rf`. - Deprecate `--username` flag on and username prompt on `buf registry login`. A username is no longer required to log in. -- Add `--list-services` and `--list-methods` flags to `buf curl`, which trigger the command to list - known services or methods in the RPC schema, instead of invoking an RPC method. ## [v1.34.0] - 2024-06-21 @@ -1198,7 +1198,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.35.1...HEAD +[v1.36.0]: https://github.com/bufbuild/buf/compare/v1.35.1...v1.36.0 [v1.35.1]: https://github.com/bufbuild/buf/compare/v1.35.0...v1.35.1 [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 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index 9f7d248feb..4f91a61ef2 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.35.2-dev" +const Version = "1.36.0"