-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.17.0 #624
Release v0.17.0 #624
Conversation
Codecov Report
@@ Coverage Diff @@
## master #624 +/- ##
======================================
Coverage 42.7% 42.7%
======================================
Files 167 167
Lines 11613 11613
Branches 2599 2599
======================================
Hits 4959 4959
Misses 6362 6362
Partials 292 292 Continue to review full report at Codecov.
|
tendermint/Cargo.toml
Outdated
@@ -1,6 +1,6 @@ | |||
[package] | |||
name = "tendermint" | |||
version = "0.16.0" # Also update `html_root_url` in lib.rs and | |||
version = "0.17.0" # Also update `html_root_url` in lib.rs and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we need this to be v0.17.0-rc1
for all crates and references, since it's a pre-release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still don't have a good handle on rust releases so I honestly don't know, but I guess so :)
We should probably be using a tool to bump all these versions together since right now its manual.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Signed-off-by: Thane Thomson <connect@thanethomson.com>
Changelog and version bumps