From 7669cb4c0c13a8f10a8cf06bbb6bd1440a072de6 Mon Sep 17 00:00:00 2001 From: doriable Date: Tue, 8 Oct 2024 19:32:42 +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 ce20885c7c..ddbdc67d3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [Unreleased] + +- No changes yet. + ## [v1.45.0] - 2024-10-08 - Update `buf registry module info --format=json` to add `default_label_name`, which provides the name @@ -1278,6 +1282,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. +[Unreleased]: https://github.com/bufbuild/buf/compare/v1.45.0...HEAD [v1.45.0]: https://github.com/bufbuild/buf/compare/v1.44.0...v1.45.0 [v1.44.0]: https://github.com/bufbuild/buf/compare/v1.43.0...v1.44.0 [v1.43.0]: https://github.com/bufbuild/buf/compare/v1.42.0...v1.43.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index d9c5bd5955..64d2549c85 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.45.0" +const Version = "1.45.1-dev"