Skip to content

Commit 69a3227

Browse files
Release v1.56.0 (#3942)
1 parent b4e76be commit 69a3227

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.56.0] - 2025-07-31
44

55
- Add `buf export --all` flag to include non-proto source files.
66
- Add s390x binaries for Linux to releases.
@@ -1395,7 +1395,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
13951395

13961396
Initial beta release.
13971397

1398-
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.55.1...HEAD
1398+
[v1.56.0]: https://github.com/bufbuild/buf/compare/v1.55.1...v1.56.0
13991399
[v1.55.1]: https://github.com/bufbuild/buf/compare/v1.55.0...v1.55.1
14001400
[v1.55.0]: https://github.com/bufbuild/buf/compare/v1.54.0...v1.55.0
14011401
[v1.54.0]: https://github.com/bufbuild/buf/compare/v1.53.0...v1.54.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.2-dev"
18+
const Version = "1.56.0"

0 commit comments

Comments
 (0)