chore: Prepare v0.5 release (#706)

* bump tonic version to 0.5

* Update changelog for 0.5

* Update CHANGELOG.md

Co-authored-by: David Pedersen <[email protected]>

* address comments

Co-authored-by: David Pedersen <[email protected]>
This commit is contained in:
Lucio Franco
2021-07-08 15:53:14 -04:00
committed by GitHub
co-authored by David Pedersen
parent acdb3273bb
commit 040e3a4811
13 changed files with 64 additions and 22 deletions
+3 -3
View File
@@ -7,12 +7,12 @@ name = "tonic"
# - Cargo.toml
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.4.x" git tag.
version = "0.4.3"
# - Create "v0.5.x" git tag.
version = "0.5.0"
authors = ["Lucio Franco <[email protected]>"]
edition = "2018"
license = "MIT"
documentation = "https://docs.rs/tonic/0.4.3/tonic/"
documentation = "https://docs.rs/tonic/0.5.0/tonic/"
repository = "https://github.com/hyperium/tonic"
homepage = "https://github.com/hyperium/tonic"
description = """
+1 -1
View File
@@ -79,7 +79,7 @@
#![doc(
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/website/master/public/img/icons/tonic.svg"
)]
#![doc(html_root_url = "https://docs.rs/tonic/0.4.3")]
#![doc(html_root_url = "https://docs.rs/tonic/0.5.0")]
#![doc(issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/")]
#![doc(test(no_crate_inject, attr(deny(rust_2018_idioms))))]
#![cfg_attr(docsrs, feature(doc_cfg))]