Skip to content

Commit 7704876

Browse files
Release v1.66.0 (#4354)
1 parent 58efc27 commit 7704876

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

55
- Add LSP comment ignore code action to add comment ignores for lint errors.
66
- Fix buf breaking module comparison when adding new modules.
@@ -1492,7 +1492,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
14921492

14931493
Initial beta release.
14941494

1495-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.65.0...HEAD
1495+
[v1.66.0]: https://github.com/bufbuild/buf/compare/v1.65.0...v1.66.0
14961496
[v1.65.0]: https://github.com/bufbuild/buf/compare/v1.64.0...v1.65.0
14971497
[v1.64.0]: https://github.com/bufbuild/buf/compare/v1.63.0...v1.64.0
14981498
[v1.63.0]: https://github.com/bufbuild/buf/compare/v1.62.1...v1.63.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.65.1-dev"
18+
const Version = "1.66.0"

0 commit comments

Comments
 (0)