Skip to content

Commit

Permalink
Release v1.36.0 (#3216)
Browse files Browse the repository at this point in the history
Release prepared for 1.36.0
Reminder: Verify the changelog

---------

Co-authored-by: oliversun9 <[email protected]>
Co-authored-by: Oliver Sun <[email protected]>
  • Loading branch information
3 people committed Aug 6, 2024
1 parent 2ff1b33 commit 3eeb006
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion private/buf/bufcli/bufcli.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package bufcli

// Version is the CLI version of buf.
const Version = "1.35.2-dev"
const Version = "1.36.0"

0 comments on commit 3eeb006

Please sign in to comment.