Skip to content

Commit

Permalink
Update to v1.0.0-rc11
Browse files Browse the repository at this point in the history
  • Loading branch information
bufdev committed Jan 18, 2022
1 parent 78cd9d2 commit dead8bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [v1.0.0-rc11] - 2022-01-18

- Upgrade to `protoc` 3.19.3 support.
- Add `PACKAGE_NO_IMPORT_CYCLE` lint rule to detect package import cycles.
Expand Down Expand Up @@ -612,7 +612,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto

Initial beta release.

[Unreleased]: https://github.com/bufbuild/buf/compare/v1.0.0-rc10...HEAD
[v1.0.0-rc11]: https://github.com/bufbuild/buf/compare/v1.0.0-rc10...v1.0.0-rc11
[v1.0.0-rc10]: https://github.com/bufbuild/buf/compare/v1.0.0-rc9...v1.0.0-rc10
[v1.0.0-rc9]: https://github.com/bufbuild/buf/compare/v1.0.0-rc8...v1.0.0-rc9
[v1.0.0-rc8]: https://github.com/bufbuild/buf/compare/v1.0.0-rc7...v1.0.0-rc8
Expand Down
2 changes: 1 addition & 1 deletion private/buf/bufcli/bufcli.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import (

const (
// Version is the CLI version of buf.
Version = "1.0.0-dev"
Version = "1.0.0-rc11"

// DeprecationMessageSuffix is the suffix that should be added to any command or flag
// that was deprecated and removed for v1.0.
Expand Down

0 comments on commit dead8bb

Please sign in to comment.