Skip to content

Commit 4a3f95b

Browse files
committed
Back to development
1 parent c40a3a8 commit 4a3f95b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

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.68.2] - 2026-04-17
48

59
- Fix build failures for modules with a vendored `descriptor.proto`.
@@ -1530,6 +1534,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
15301534

15311535
Initial beta release.
15321536

1537+
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.68.2...HEAD
15331538
[v1.68.2]: https://github.com/bufbuild/buf/compare/v1.68.1...v1.68.2
15341539
[v1.68.1]: https://github.com/bufbuild/buf/compare/v1.68.0...v1.68.1
15351540
[v1.68.0]: https://github.com/bufbuild/buf/compare/v1.67.0...v1.68.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.68.2"
18+
const Version = "1.68.3-dev"

0 commit comments

Comments
 (0)