Skip to content

Commit f12e739

Browse files
Return to development (#3986)
1 parent 052ad62 commit f12e739

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## [Unreleased]
4+
5+
- No changes yet.
6+
37
## [v1.57.0] - 2025-08-27
48

59
- Update exclude types to remove unused options reducing the size of generated code.
@@ -1402,6 +1406,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
14021406

14031407
Initial beta release.
14041408

1409+
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.57.0...HEAD
14051410
[v1.57.0]: https://github.com/bufbuild/buf/compare/v1.56.0...v1.57.0
14061411
[v1.56.0]: https://github.com/bufbuild/buf/compare/v1.55.1...v1.56.0
14071412
[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.0"
18+
const Version = "1.57.1-dev"

0 commit comments

Comments
 (0)