From 9b865ac699d9ce2c9060822ce3338bc8b2ab0294 Mon Sep 17 00:00:00 2001 From: joshcarp Date: Mon, 19 Dec 2022 17:49:19 +0000 Subject: [PATCH 1/2] Update version to v1.11.0 --- private/buf/bufcli/bufcli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index 7e46349ce3..a428dd79e5 100644 --- a/private/buf/bufcli/bufcli.go +++ b/private/buf/bufcli/bufcli.go @@ -63,7 +63,7 @@ import ( const ( // Version is the CLI version of buf. - Version = "1.11.0-dev" + Version = "1.11.0" inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME" inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD" From 2a85a611b122e397da4deb00c7d02d2bf9aa09ee Mon Sep 17 00:00:00 2001 From: Joshua Carpeggiani <32605850+joshcarp@users.noreply.github.com> Date: Mon, 19 Dec 2022 12:58:58 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 858d04d491..0bb0105d8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## [UNRELEASED] +## [v1.11.0] - 2022-12-19 - `buf generate` now batches remote plugin generation calls for improved performance. - Update `optimize_for` option in managed mode, allowing a `default` value for `optimize_for` for all files, `except` and `override`, which both behave similarly to other `except` @@ -783,7 +784,9 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v1.9.0...HEAD +[Unreleased]: https://github.com/bufbuild/buf/compare/v1.11.0...HEAD +[v1.11.0]: https://github.com/bufbuild/buf/compare/v1.10.0...v1.11.0 +[v1.10.0]: https://github.com/bufbuild/buf/compare/v1.9.0...v1.10.0 [v1.9.0]: https://github.com/bufbuild/buf/compare/v1.8.0...v1.9.0 [v1.8.0]: https://github.com/bufbuild/buf/compare/v1.7.0...v1.8.0 [v1.7.0]: https://github.com/bufbuild/buf/compare/v1.6.0...v1.7.0