Skip to content

Commit 8ecc976

Browse files
Release v1.64.0 (#4293)
1 parent 40597f1 commit 8ecc976

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.64.0] - 2026-01-19
44

55
- Fix LSP completion for options.
66
- Add LSP document highlighting support.
@@ -1476,7 +1476,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
14761476

14771477
Initial beta release.
14781478

1479-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.63.0...HEAD
1479+
[v1.64.0]: https://github.com/bufbuild/buf/compare/v1.63.0...v1.64.0
14801480
[v1.63.0]: https://github.com/bufbuild/buf/compare/v1.62.1...v1.63.0
14811481
[v1.62.1]: https://github.com/bufbuild/buf/compare/v1.62.0...v1.62.1
14821482
[v1.62.0]: https://github.com/bufbuild/buf/compare/v1.61.0...v1.62.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.63.1-dev"
18+
const Version = "1.64.0"

0 commit comments

Comments
 (0)