Skip to content

Commit 873c86f

Browse files
Release v1.66.1 (#4380)
Co-authored-by: emcfarlane <emcfarlane@users.noreply.github.com>
1 parent d47cbb2 commit 873c86f

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.1] - 2026-03-09
44

55
- Fix `exclude_types` in `buf generate` dropping transitive dependencies of import files retained for their extension fields.
66

@@ -1496,7 +1496,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
14961496

14971497
Initial beta release.
14981498

1499-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.66.0...HEAD
1499+
[v1.66.1]: https://github.com/bufbuild/buf/compare/v1.66.0...v1.66.1
15001500
[v1.66.0]: https://github.com/bufbuild/buf/compare/v1.65.0...v1.66.0
15011501
[v1.65.0]: https://github.com/bufbuild/buf/compare/v1.64.0...v1.65.0
15021502
[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.1-dev"
18+
const Version = "1.66.1"

0 commit comments

Comments
 (0)