Skip to content

Commit 3eeb006

Browse files
Release v1.36.0 (#3216)
Release prepared for 1.36.0 Reminder: Verify the changelog --------- Co-authored-by: oliversun9 <[email protected]> Co-authored-by: Oliver Sun <[email protected]>
1 parent 2ff1b33 commit 3eeb006

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [v1.36.0] - 2024-08-06
44

5+
- Add `--list-services` and `--list-methods` flags to `buf curl`, which trigger the command to list
6+
known services or methods in the RPC schema, instead of invoking an RPC method.
57
- Add `clean` as a top-level option in `buf.gen.yaml`, matching the `buf generate --clean` flag. If
68
set to true, this will delete the directories, jar files, or zip files set to `out` for each
79
plugin.
@@ -31,8 +33,6 @@
3133
to call `rm -rf`.
3234
- Deprecate `--username` flag on and username prompt on `buf registry login`. A username is no longer
3335
required to log in.
34-
- Add `--list-services` and `--list-methods` flags to `buf curl`, which trigger the command to list
35-
known services or methods in the RPC schema, instead of invoking an RPC method.
3636

3737
## [v1.34.0] - 2024-06-21
3838

@@ -1198,7 +1198,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
11981198

11991199
Initial beta release.
12001200

1201-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.35.1...HEAD
1201+
[v1.36.0]: https://github.com/bufbuild/buf/compare/v1.35.1...v1.36.0
12021202
[v1.35.1]: https://github.com/bufbuild/buf/compare/v1.35.0...v1.35.1
12031203
[v1.35.0]: https://github.com/bufbuild/buf/compare/v1.34.0...v1.35.0
12041204
[v1.34.0]: https://github.com/bufbuild/buf/compare/v1.33.0...v1.34.0

private/buf/bufcli/bufcli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package bufcli
1616

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

0 commit comments

Comments
 (0)