Skip to content

Commit 5155f61

Browse files
Release v1.65.0 (#4316)
1 parent 772be42 commit 5155f61

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.65.0] - 2026-02-03
44

55
- Add `buf registry policy {commit,create,delete,info,label,settings}` commands to manage BSR policies.
66
- Add LSP deprecate code action to add the deprecated option on types and symbols.
@@ -1484,7 +1484,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
14841484

14851485
Initial beta release.
14861486

1487-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.64.0...HEAD
1487+
[v1.65.0]: https://github.com/bufbuild/buf/compare/v1.64.0...v1.65.0
14881488
[v1.64.0]: https://github.com/bufbuild/buf/compare/v1.63.0...v1.64.0
14891489
[v1.63.0]: https://github.com/bufbuild/buf/compare/v1.62.1...v1.63.0
14901490
[v1.62.1]: https://github.com/bufbuild/buf/compare/v1.62.0...v1.62.1

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

0 commit comments

Comments
 (0)