Skip to content

Commit db0f95d

Browse files
Return to development (#4355)
1 parent 7704876 commit db0f95d

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.66.0] - 2026-02-23
48

59
- Add LSP comment ignore code action to add comment ignores for lint errors.
@@ -1492,6 +1496,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
14921496

14931497
Initial beta release.
14941498

1499+
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.66.0...HEAD
14951500
[v1.66.0]: https://github.com/bufbuild/buf/compare/v1.65.0...v1.66.0
14961501
[v1.65.0]: https://github.com/bufbuild/buf/compare/v1.64.0...v1.65.0
14971502
[v1.64.0]: https://github.com/bufbuild/buf/compare/v1.63.0...v1.64.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.66.0"
18+
const Version = "1.66.1-dev"

0 commit comments

Comments
 (0)