From 8d3046654f94337b31ea75790b3564aa86c93963 Mon Sep 17 00:00:00 2001 From: doriable Date: Thu, 14 Nov 2024 14:35:19 +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 28816d614a..cc2a049253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [Unreleased] + +- No changes yet. + ## [v1.47.2] - 2024-11-14 - Update the patch version to resolve NPM packaging issues. No command updates or user changes. @@ -1298,6 +1302,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. +[Unreleased]: https://github.com/bufbuild/buf/compare/v1.47.2...HEAD [v1.47.2]: https://github.com/bufbuild/buf/compare/v1.47.1...v1.47.2 [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 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index 7a9bf68e6c..6f4b876c11 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.2" +const Version = "1.47.3-dev"