From 0c47ee5143eafff8e955337e99e681dab950c9d7 Mon Sep 17 00:00:00 2001 From: emcfarlane Date: Tue, 16 Sep 2025 19:08:23 +0000 Subject: [PATCH] Back to development --- CHANGELOG.md | 5 +++++ private/buf/bufcli/bufcli.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53eda71ef1..90cab677ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [Unreleased] + +- No changes yet. + ## [v1.57.1] - 2025-09-16 - Minor bug fixes and dependency upgrades. @@ -1406,6 +1410,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. +[Unreleased]: https://github.com/bufbuild/buf/compare/v1.57.1...HEAD [v1.57.1]: https://github.com/bufbuild/buf/compare/v1.57.0...v1.57.1 [v1.57.0]: https://github.com/bufbuild/buf/compare/v1.56.0...v1.57.0 [v1.56.0]: https://github.com/bufbuild/buf/compare/v1.55.1...v1.56.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index cf648c3a55..5d5c8a60fd 100644 --- a/private/buf/bufcli/bufcli.go +++ b/private/buf/bufcli/bufcli.go @@ -15,4 +15,4 @@ package bufcli // Version is the CLI version of buf. -const Version = "1.57.1" +const Version = "1.57.2-dev"