From 48c50bf7186e94ae4e7fd464bd542462b636c976 Mon Sep 17 00:00:00 2001 From: oliversun9 Date: Tue, 7 Nov 2023 17:56:57 +0000 Subject: [PATCH] Update version to v3.16.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..a2f8de2fef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v3.16.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.16.0]: https://github.com/bufbuild/buf/compare/v3.10.1...v3.16.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..0b999c736c 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.16.0" inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME" inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"