Skip to content

Commit a925ce2

Browse files
Release v1.57.1 (#4013)
Co-authored-by: emcfarlane <emcfarlane@users.noreply.github.com> Co-authored-by: Edward McFarlane <emcfarlane@buf.build>
1 parent 7e199bd commit a925ce2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [v1.57.1] - 2025-09-16
44

5-
- No changes yet.
5+
- Minor bug fixes and dependency upgrades.
66

77
## [v1.57.0] - 2025-08-27
88

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

14071407
Initial beta release.
14081408

1409-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.57.0...HEAD
1409+
[v1.57.1]: https://github.com/bufbuild/buf/compare/v1.57.0...v1.57.1
14101410
[v1.57.0]: https://github.com/bufbuild/buf/compare/v1.56.0...v1.57.0
14111411
[v1.56.0]: https://github.com/bufbuild/buf/compare/v1.55.1...v1.56.0
14121412
[v1.55.1]: https://github.com/bufbuild/buf/compare/v1.55.0...v1.55.1

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

0 commit comments

Comments
 (0)