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 <david.pdrsn@gmail.com>

* address comments

Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
This commit is contained in:
Lucio Franco
2021-07-08 15:53:14 -04:00
committed by GitHub
parent acdb3273bb
commit 040e3a4811
13 changed files with 64 additions and 22 deletions
+3 -3
View File
@@ -6,7 +6,7 @@ edition = "2018"
license = "MIT"
repository = "https://github.com/hyperium/tonic"
homepage = "https://github.com/hyperium/tonic"
documentation = "https://docs.rs/tonic-health/0.3.1/tonic-health/"
documentation = "https://docs.rs/tonic-health/0.4.0/tonic-health/"
description = """
Health Checking module of `tonic` gRPC implementation.
"""
@@ -20,7 +20,7 @@ transport = ["tonic/transport"]
[dependencies]
tokio = { version = "1.0", features = ["sync"] }
tonic = { version = "0.4", path = "../tonic", features = ["codegen", "prost"] }
tonic = { version = "0.5", path = "../tonic", features = ["codegen", "prost"] }
bytes = "1.0"
prost = "0.8"
tokio-stream = "0.1"
@@ -30,4 +30,4 @@ async-stream = "0.3"
tokio = { version = "1.0", features = ["rt-multi-thread", "macros"]}
[build-dependencies]
tonic-build = { version = "0.4", path = "../tonic-build" }
tonic-build = { version = "0.5", path = "../tonic-build" }
+1 -1
View File
@@ -16,7 +16,7 @@
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/website/master/public/img/icons/tonic.svg"
)]
#![deny(broken_intra_doc_links)]
#![doc(html_root_url = "https://docs.rs/tonic-health/0.3.1")]
#![doc(html_root_url = "https://docs.rs/tonic-health/0.4.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))]