Skip to content

Commit de1d947

Browse files
Return to development (#4381)
Co-authored-by: emcfarlane <emcfarlane@users.noreply.github.com>
1 parent 873c86f commit de1d947

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

59
- Fix `exclude_types` in `buf generate` dropping transitive dependencies of import files retained for their extension fields.
@@ -1496,6 +1500,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
14961500

14971501
Initial beta release.
14981502

1503+
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.66.1...HEAD
14991504
[v1.66.1]: https://github.com/bufbuild/buf/compare/v1.66.0...v1.66.1
15001505
[v1.66.0]: https://github.com/bufbuild/buf/compare/v1.65.0...v1.66.0
15011506
[v1.65.0]: https://github.com/bufbuild/buf/compare/v1.64.0...v1.65.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"
18+
const Version = "1.66.2-dev"

0 commit comments

Comments
 (0)