Skip to content

Commit

Permalink
Update to v1.0.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides committed Oct 12, 2021
1 parent f48e2ec commit 4e1ed57
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-rc5] - 2021-10-12

- Add `buf beta registry repository deprecate` and `buf beta registry repository undeprecate`.
- Support `--include-imports` for remote plugins.
Expand Down Expand Up @@ -567,7 +567,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto

Initial beta release.

[Unreleased]: https://github.com/bufbuild/buf/compare/v1.0.0-rc4...HEAD
[v1.0.0-rc5]: https://github.com/bufbuild/buf/compare/v1.0.0-rc4...v1.0.0-rc5
[v1.0.0-rc4]: https://github.com/bufbuild/buf/compare/v1.0.0-rc3...v1.0.0-rc4
[v1.0.0-rc3]: https://github.com/bufbuild/buf/compare/v1.0.0-rc2...v1.0.0-rc3
[v1.0.0-rc2]: https://github.com/bufbuild/buf/compare/v1.0.0-rc1...v1.0.0-rc2
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 @@ -58,7 +58,7 @@ import (

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

// 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 4e1ed57

Please sign in to comment.