From 8cc60e258d5abe8cab0f93aa1adaa53f14eeb7c3 Mon Sep 17 00:00:00 2001 From: oliversun9 Date: Tue, 7 Nov 2023 17:47:30 +0000 Subject: [PATCH] Update version to v3.14.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..820a3d6184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v3.14.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.14.0]: https://github.com/bufbuild/buf/compare/v3.10.1...v3.14.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..68c1530bec 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.14.0" inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME" inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"