Skip to content

Commit c40a3a8

Browse files
Release v1.68.2 (#4481)
1 parent 233aed7 commit c40a3a8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

55
- Fix build failures for modules with a vendored `descriptor.proto`.
66
- Fix LSP incorrectly reporting "edition '2024' not yet fully supported" errors.
@@ -1530,7 +1530,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
15301530

15311531
Initial beta release.
15321532

1533-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.68.1...HEAD
1533+
[v1.68.2]: https://github.com/bufbuild/buf/compare/v1.68.1...v1.68.2
15341534
[v1.68.1]: https://github.com/bufbuild/buf/compare/v1.68.0...v1.68.1
15351535
[v1.68.0]: https://github.com/bufbuild/buf/compare/v1.67.0...v1.68.0
15361536
[v1.67.0]: https://github.com/bufbuild/buf/compare/v1.66.1...v1.67.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-dev"
18+
const Version = "1.68.2"

0 commit comments

Comments
 (0)