Skip to content

Commit 052ad62

Browse files
Release v1.57.0 (#3984)
1 parent 20e3005 commit 052ad62

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.0] - 2025-08-27
44

55
- Update exclude types to remove unused options reducing the size of generated code.
66
- Add `gitlab-code-quality` error format to print errors in the GitLab Code Quality format
@@ -1402,7 +1402,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
14021402

14031403
Initial beta release.
14041404

1405-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.56.0...HEAD
1405+
[v1.57.0]: https://github.com/bufbuild/buf/compare/v1.56.0...v1.57.0
14061406
[v1.56.0]: https://github.com/bufbuild/buf/compare/v1.55.1...v1.56.0
14071407
[v1.55.1]: https://github.com/bufbuild/buf/compare/v1.55.0...v1.55.1
14081408
[v1.55.0]: https://github.com/bufbuild/buf/compare/v1.54.0...v1.55.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.56.1-dev"
18+
const Version = "1.57.0"

0 commit comments

Comments
 (0)