Skip to content

Commit f9fbf5d

Browse files
Return to development (#4015)
Co-authored-by: emcfarlane <[email protected]>
1 parent a925ce2 commit f9fbf5d

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.1] - 2025-09-16
48

59
- Minor bug fixes and dependency upgrades.
@@ -1406,6 +1410,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto
14061410

14071411
Initial beta release.
14081412

1413+
[Unreleased]: https://github.com/bufbuild/buf/compare/v1.57.1...HEAD
14091414
[v1.57.1]: https://github.com/bufbuild/buf/compare/v1.57.0...v1.57.1
14101415
[v1.57.0]: https://github.com/bufbuild/buf/compare/v1.56.0...v1.57.0
14111416
[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.1"
18+
const Version = "1.57.2-dev"

0 commit comments

Comments
 (0)