Skip to content

Commit 88829eb

Browse files
Release v1.69.0 (#4521)
Co-authored-by: stefanvanburen <stefanvanburen@users.noreply.github.com>
1 parent 4a92ff3 commit 88829eb

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.69.0] - 2026-04-29
44

55
- Increase check plugin WASM memory limits to 1GiB.
66
- Fix LSP stale diagnostics persisting after a file is closed or deleted.
@@ -1546,7 +1546,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
15461546

15471547
Initial beta release.
15481548

1549-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.68.4...HEAD
1549+
[v1.69.0]: https://github.com/bufbuild/buf/compare/v1.68.4...v1.69.0
15501550
[v1.68.4]: https://github.com/bufbuild/buf/compare/v1.68.3...v1.68.4
15511551
[v1.68.3]: https://github.com/bufbuild/buf/compare/v1.68.2...v1.68.3
15521552
[v1.68.2]: https://github.com/bufbuild/buf/compare/v1.68.1...v1.68.2

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.5-dev"
18+
const Version = "1.69.0"

0 commit comments

Comments
 (0)