From 145ed4e092d7065aad64e9435079d5ef8d1336ba Mon Sep 17 00:00:00 2001 From: oliversun9 Date: Tue, 7 Nov 2023 18:03:10 +0000 Subject: [PATCH] Update version to v3.17.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..cf523bdf51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v3.17.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.17.0]: https://github.com/bufbuild/buf/compare/v3.10.1...v3.17.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..bcdb088308 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.17.0" inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME" inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"