Skip to content

Commit a29b8d6

Browse files
committed
Back to development
1 parent 8ecc976 commit a29b8d6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## [Unreleased]
4+
5+
- No changes yet.
6+
37
## [v1.64.0] - 2026-01-19
48

59
- Fix LSP completion for options.
@@ -1476,6 +1480,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
14761480

14771481
Initial beta release.
14781482

1483+
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.64.0...HEAD
14791484
[v1.64.0]: https://github.com/bufbuild/buf/compare/v1.63.0...v1.64.0
14801485
[v1.63.0]: https://github.com/bufbuild/buf/compare/v1.62.1...v1.63.0
14811486
[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.0"
18+
const Version = "1.64.1-dev"

0 commit comments

Comments
 (0)