From 6d2d957a712c07fa4e46a380ba491bbf9be1329b Mon Sep 17 00:00:00 2001 From: oliversun9 Date: Tue, 7 Nov 2023 17:35:01 +0000 Subject: [PATCH 1/2] Update version to v3.12.0 --- 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 273abf5517..804a0740e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v3.12.0] - 2023-11-07 - Add lint rules for [protovalidate](https://github.com/bufbuild/protovalidate). `buf lint` will now verify that your protovalidate rules are valid. A single rule `PROTOVALIDATE` has been @@ -1065,7 +1065,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v3.10.1...HEAD +[v3.12.0]: https://github.com/bufbuild/buf/compare/v3.10.1...v3.12.0 [v3.10.1]: https://github.com/bufbuild/buf/compare/v3.10.0...v3.10.1 [v3.10.0]: https://github.com/bufbuild/buf/compare/v3.9.0...v3.10.0 [v3.9.0]: https://github.com/bufbuild/buf/compare/v3.7.0...v3.9.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index e0ffd619ae..92b1fb4b6e 100644 --- a/private/buf/bufcli/bufcli.go +++ b/private/buf/bufcli/bufcli.go @@ -65,7 +65,7 @@ import ( const ( // Version is the CLI version of buf. - Version = "3.10.2-dev" + Version = "3.12.0" inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME" inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD" From c0fab6e3ddf2a39e4690a0c8b627aeae3892d7a4 Mon Sep 17 00:00:00 2001 From: Oliver Sun Date: Tue, 7 Nov 2023 12:37:59 -0500 Subject: [PATCH 2/2] c --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 804a0740e6..273abf5517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [v3.12.0] - 2023-11-07 +## [Unreleased] - Add lint rules for [protovalidate](https://github.com/bufbuild/protovalidate). `buf lint` will now verify that your protovalidate rules are valid. A single rule `PROTOVALIDATE` has been @@ -1065,7 +1065,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[v3.12.0]: https://github.com/bufbuild/buf/compare/v3.10.1...v3.12.0 +[Unreleased]: https://github.com/bufbuild/buf/compare/v3.10.1...HEAD [v3.10.1]: https://github.com/bufbuild/buf/compare/v3.10.0...v3.10.1 [v3.10.0]: https://github.com/bufbuild/buf/compare/v3.9.0...v3.10.0 [v3.9.0]: https://github.com/bufbuild/buf/compare/v3.7.0...v3.9.0