Skip to content

Commit

Permalink
Update to v1.0.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
bufdev committed Oct 4, 2021
1 parent d13912d commit 36764d0
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-rc3] - 2021-10-04

- Add `--as-import-paths` flag to `ls-files` that strips local directory paths and prints file
paths as they are imported.
Expand Down Expand Up @@ -553,7 +553,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto

Initial beta release.

[Unreleased]: https://github.com/bufbuild/buf/compare/v1.0.0-rc2...HEAD
[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
[v1.0.0-rc1]: https://github.com/bufbuild/buf/compare/v0.56.0...v1.0.0-rc1
[v0.56.0]: https://github.com/bufbuild/buf/compare/v0.55.0...v0.56.0
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 @@ -57,7 +57,7 @@ import (

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

// 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 36764d0

Please sign in to comment.