Skip to content

Commit 2a315f2

Browse files
Release v1.57.2 (#4017)
Co-authored-by: emcfarlane <[email protected]>
1 parent 574a9ea commit 2a315f2

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.57.2] - 2025-09-16
44

55
- Fix buf curl for HTTP/2 services
66

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

14111411
Initial beta release.
14121412

1413-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.57.1...HEAD
1413+
[v1.57.2]: https://github.com/bufbuild/buf/compare/v1.57.1...v1.57.2
14141414
[v1.57.1]: https://github.com/bufbuild/buf/compare/v1.57.0...v1.57.1
14151415
[v1.57.0]: https://github.com/bufbuild/buf/compare/v1.56.0...v1.57.0
14161416
[v1.56.0]: https://github.com/bufbuild/buf/compare/v1.55.1...v1.56.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.57.2-dev"
18+
const Version = "1.57.2"

0 commit comments

Comments
 (0)