-
Notifications
You must be signed in to change notification settings - Fork 224
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
Prep v0.14.0 release #347
Prep v0.14.0 release #347
Conversation
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.
The CHANGES.md
is missing an entry for the feature flagging of rpc::client
, someone was too quick on the merge button. :p The PR is #343
I can be impatient, too :-P It's still in draft, I'll add this and:
|
- add summary - include references only once to make changelog more readable - add #343 - rephrase some - consistent refs ([#num])
@@ -13,7 +13,7 @@ | |||
unused_qualifications | |||
)] | |||
#![forbid(unsafe_code)] | |||
#![doc(html_root_url = "https://docs.rs/tendermint/0.13.0")] | |||
#![doc(html_root_url = "https://docs.rs/tendermint/0.14.0")] |
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.
We should add this to sub-crates too:
https://doc.rust-lang.org/rustdoc/the-doc-attribute.html#html_root_url
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.
Small consistency change.
🏸 ♑️ 📀 ©️
@@ -3,10 +3,11 @@ name = "tendermint-light-client" | |||
version = "0.1.0" |
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.
version = "0.1.0" | |
version = "0.14.0" |
For consistency.
@xla can you (or someone else) publish |
working on it:
|
Uses the latest release of the `tendermint` crate: informalsystems/tendermint-rs#347
Uses the latest release of the `tendermint` crate: informalsystems/tendermint-rs#347
rendered changelog: https://github.com/informalsystems/tendermint-rs/blob/ismail/release/prep_v0.14.0/CHANGES.md#0140-2020-06-19
closes #344