Skip to content

Commit 6b61622

Browse files
Release v1.61.0 (#4190)
1 parent ab11524 commit 6b61622

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.61.0] - 2025-11-25
44

55
- Disable format on unknown or invalid syntax.
66
- Fix regression in LSP functionality for well-known types.
@@ -1447,7 +1447,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
14471447

14481448
Initial beta release.
14491449

1450-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.60.0...HEAD
1450+
[v1.61.0]: https://github.com/bufbuild/buf/compare/v1.60.0...v1.61.0
14511451
[v1.60.0]: https://github.com/bufbuild/buf/compare/v1.59.0...v1.60.0
14521452
[v1.59.0]: https://github.com/bufbuild/buf/compare/v1.58.0...v1.59.0
14531453
[v1.58.0]: https://github.com/bufbuild/buf/compare/v1.57.2...v1.58.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.60.1-dev"
18+
const Version = "1.61.0"

0 commit comments

Comments
 (0)