From 96308ec180a469c2afa51083bccd58334e6cd12d Mon Sep 17 00:00:00 2001 From: "app-token-buf[bot]" <116301919+app-token-buf[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 13:02:45 -0500 Subject: [PATCH] Release v1.11.0 (#1686) Release prepared for 1.11.0 Reminder: Update the changelog Co-authored-by: joshcarp Co-authored-by: Joshua Carpeggiani <32605850+joshcarp@users.noreply.github.com> --- CHANGELOG.md | 5 ++++- private/buf/bufcli/bufcli.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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 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"