Skip to content

Commit 94dd878

Browse files
Release v1.60.0 (#4170)
Co-authored-by: doriable <doriable@users.noreply.github.com>
1 parent f44fb13 commit 94dd878

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.60.0] - 2025-11-14
44

55
- Fix LSP published diagnostics to filter to the opened file.
66
- Add `textDocument/documentSymbol` support for `buf lsp serve`.
@@ -1437,7 +1437,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
14371437

14381438
Initial beta release.
14391439

1440-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.59.0...HEAD
1440+
[v1.60.0]: https://github.com/bufbuild/buf/compare/v1.59.0...v1.60.0
14411441
[v1.59.0]: https://github.com/bufbuild/buf/compare/v1.58.0...v1.59.0
14421442
[v1.58.0]: https://github.com/bufbuild/buf/compare/v1.57.2...v1.58.0
14431443
[v1.57.2]: https://github.com/bufbuild/buf/compare/v1.57.1...v1.57.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.59.1-dev"
18+
const Version = "1.60.0"

0 commit comments

Comments
 (0)