Skip to content

Commit 5b843f1

Browse files
Release v1.55.1 (#3884)
1 parent 80b4a33 commit 5b843f1

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.55.1] - 2025-06-17
44

55
- Fix language version for pre-commit hooks.
66

@@ -1383,7 +1383,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
13831383

13841384
Initial beta release.
13851385

1386-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.55.0...HEAD
1386+
[v1.55.1]: https://github.com/bufbuild/buf/compare/v1.55.0...v1.55.1
13871387
[v1.55.0]: https://github.com/bufbuild/buf/compare/v1.54.0...v1.55.0
13881388
[v1.54.0]: https://github.com/bufbuild/buf/compare/v1.53.0...v1.54.0
13891389
[v1.53.0]: https://github.com/bufbuild/buf/compare/v1.52.1...v1.53.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.55.1-dev"
18+
const Version = "1.55.1"

0 commit comments

Comments
 (0)