Skip to content

Commit

Permalink
Release v1.11.0 (#1686)
Browse files Browse the repository at this point in the history
Release prepared for 1.11.0

Reminder: Update the changelog

Co-authored-by: joshcarp <joshcarp@users.noreply.github.com>
Co-authored-by: Joshua Carpeggiani <32605850+joshcarp@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 19, 2022
1 parent c28dda4 commit b6d1820
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion private/buf/bufcli/bufcli.go
Expand Up @@ -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"
Expand Down

0 comments on commit b6d1820

Please sign in to comment.