Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## [Unreleased]
## [v1.68.0] - 2026-04-14

- Use new compiler for build process and support Editions 2024 features.
- Add LSP document links for `buf.yaml` deps, `buf.gen.yaml` remote plugins and input modules, `buf.policy.yaml` name and BSR plugins, and `buf.lock` dep names, making each a clickable link to its BSR page.
- Add LSP code lenses for `buf.yaml` files to update all dependencies (`buf.dep.updateAll`) or check for available updates (`buf.dep.checkUpdates`).
- Improve shell completions for `buf` flags with fixed value sets and file/directory arguments.
Expand Down Expand Up @@ -1517,7 +1518,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto

Initial beta release.

[Unreleased]: https://github.com/bufbuild/buf/compare/v1.67.0...HEAD
[v1.68.0]: https://github.com/bufbuild/buf/compare/v1.67.0...v1.68.0
[v1.67.0]: https://github.com/bufbuild/buf/compare/v1.66.1...v1.67.0
[v1.66.1]: https://github.com/bufbuild/buf/compare/v1.66.0...v1.66.1
[v1.66.0]: https://github.com/bufbuild/buf/compare/v1.65.0...v1.66.0
Expand Down
2 changes: 1 addition & 1 deletion private/buf/bufcli/bufcli.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package bufcli

// Version is the CLI version of buf.
const Version = "1.67.1-dev"
const Version = "1.68.0"
Loading