From a7fdc11b4b178466655c5743eef83fcea6a7edbc 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 18:56:38 -0400 Subject: [PATCH] Release v1.40.0 (#3292) --- CHANGELOG.md | 4 ++-- private/buf/bufcli/bufcli.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d708a00c8..8dcb6b73d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v1.40.0] - 2024-09-04 - Add concept of a default lint or breaking rule, which is printed out as a property when running `buf config ls-{breaking,lint}-rules`. Default rules are those rules which are run if no lint @@ -1239,7 +1239,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.39.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 [v1.37.0]: https://github.com/bufbuild/buf/compare/v1.36.0...v1.37.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index 682cee7b22..65f08ecf15 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.39.1-dev" +const Version = "1.40.0"