From be349d1898d66a6fc4337ccc2bdefa585fa099a4 Mon Sep 17 00:00:00 2001 From: "buf-release-bot[bot]" <116301919+buf-release-bot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 08:50:48 -0500 Subject: [PATCH] Return to development (#3471) Co-authored-by: doriable --- 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 59e52bc134..7276bdf42d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [Unreleased] + +- No changes yet. + ## [v1.47.1] - 2024-11-14 - Update the patch version to resolve NPM packaging issues. No command updates or user changes. @@ -1294,6 +1298,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. +[Unreleased]: https://github.com/bufbuild/buf/compare/v1.47.1...HEAD [v1.47.1]: https://github.com/bufbuild/buf/compare/v1.47.0...v1.47.1 [v1.47.0]: https://github.com/bufbuild/buf/compare/v1.46.0...v1.47.0 [v1.46.0]: https://github.com/bufbuild/buf/compare/v1.45.0...v1.46.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index c0a8adde4f..4a82797b94 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.47.1" +const Version = "1.47.2-dev"