From f8231a538dfcd3fa4dc5b6576d61068510985e90 Mon Sep 17 00:00:00 2001 From: "buf-release-bot[bot]" <116301919+buf-release-bot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:11:17 -0400 Subject: [PATCH] Return to development (#3293) --- 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 8dcb6b73d6..6426e33795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [Unreleased] + +- No changes yet. + ## [v1.40.0] - 2024-09-04 - Add concept of a default lint or breaking rule, which is printed out as a property when running @@ -1239,6 +1243,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. +[Unreleased]: https://github.com/bufbuild/buf/compare/v1.40.0...HEAD [v1.40.0]: https://github.com/bufbuild/buf/compare/v1.39.0...v1.40.0 [v1.39.0]: https://github.com/bufbuild/buf/compare/v1.38.0...v1.39.0 [v1.38.0]: https://github.com/bufbuild/buf/compare/v1.37.0...v1.38.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index 65f08ecf15..7415dd7c16 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.40.0" +const Version = "1.40.1-dev"