From f9da74e6364f224202b7255cc1f551b48fe46787 Mon Sep 17 00:00:00 2001 From: "buf-release-bot[bot]" <116301919+buf-release-bot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:38:47 -0500 Subject: [PATCH] Return to development (#3597) --- 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 42c01eeb95..eb6b194ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [Unreleased] + +- No changes yet. + ## [v1.50.0] - 2025-01-17 - Add input parameter `filter` for use with git inputs. This sets the filter @@ -1327,6 +1331,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. +[Unreleased]: https://github.com/bufbuild/buf/compare/v1.50.0...HEAD [v1.50.0]: https://github.com/bufbuild/buf/compare/v1.49.0...v1.50.0 [v1.49.0]: https://github.com/bufbuild/buf/compare/v1.48.0...v1.49.0 [v1.48.0]: https://github.com/bufbuild/buf/compare/v1.47.2...v1.48.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index d916cb6a48..025fa987a1 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.50.0" +const Version = "1.50.1-dev"