From 80cfe2032808f353df074160ac104233c474fad2 Mon Sep 17 00:00:00 2001 From: doriable Date: Thu, 14 Nov 2024 13:46:44 +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 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"