Skip to content

Commit 9a29e4e

Browse files
committed
Update version to 1.35.0
1 parent 0b436b4 commit 9a29e4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

3-
## [Unreleased]
3+
## [v1.35.0] - 2024-07-22
44

55
- Add `buf generate --clean` flag that will delete the directories, jar files, or zip files that the
66
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
11721172

11731173
Initial beta release.
11741174

1175-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.34.0...HEAD
1175+
[v1.35.0]: https://github.com/bufbuild/buf/compare/v1.34.0...v1.35.0
11761176
[v1.34.0]: https://github.com/bufbuild/buf/compare/v1.33.0...v1.34.0
11771177
[v1.33.0]: https://github.com/bufbuild/buf/compare/v1.32.2...v1.33.0
11781178
[v1.32.2]: https://github.com/bufbuild/buf/compare/v1.32.1...v1.32.2

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.34.1-dev"
18+
const Version = "1.35.0"

0 commit comments

Comments
 (0)