chore: Prepare alpha.6 release (#130)

This commit is contained in:
Lucio Franco
2019-11-10 17:40:51 +01:00
committed by GitHub
parent 79996f7c93
commit 5fe21f3b24
5 changed files with 18 additions and 5 deletions
+14 -1
View File
@@ -1,4 +1,17 @@
# [0.1.0-alpha.5](https://github.com/hyperium/tonic/compare/v0.1.0-alpha.5...v0.1.0-alpha.5) (October 23, 2019)
# [0.1.0-alpha.6](https://github.com/hyperium/tonic/compare/v0.1.0-alpha.5...v0.1.0-alpha.6) (November 10, 2019)
### Bug Fixes
* **build:** Prevent duplicated client/server generated code ([#121](https://github.com/hyperium/tonic/issues/121)) ([b02b4b2](https://github.com/hyperium/tonic/commit/b02b4b2))
* **transport:** Load balance connecting panic ([#128](https://github.com/hyperium/tonic/issues/128)) ([23e7695](https://github.com/hyperium/tonic/commit/23e7695)), closes [#127](https://github.com/hyperium/tonic/issues/127)
### Features
* **transport:** Add system root anchors for TLS ([#114](https://github.com/hyperium/tonic/issues/114)) ([ac0e333](https://github.com/hyperium/tonic/commit/ac0e333)), closes [#101](https://github.com/hyperium/tonic/issues/101)
* **transport:** Enable TCP_NODELAY. ([#120](https://github.com/hyperium/tonic/issues/120)) ([0299509](https://github.com/hyperium/tonic/commit/0299509))
# [0.1.0-alpha.5](https://github.com/hyperium/tonic/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) (October 23, 2019)
### Bug Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tonic-build"
version = "0.1.0-alpha.5"
version = "0.1.0-alpha.6"
authors = ["Lucio Franco <[email protected]>"]
edition = "2018"
license = "MIT"
+1 -1
View File
@@ -53,7 +53,7 @@
#![doc(
html_logo_url = "https://github.com/hyperium/tonic/raw/master/.github/assets/tonic-docs.png"
)]
#![doc(html_root_url = "https://docs.rs/tonic-build/0.1.0-alpha.5")]
#![doc(html_root_url = "https://docs.rs/tonic-build/0.1.0-alpha.6")]
#![doc(issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/")]
#![doc(test(no_crate_inject, attr(deny(rust_2018_idioms))))]
+1 -1
View File
@@ -8,7 +8,7 @@ name = "tonic"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.1.0-alpha.5"
version = "0.1.0-alpha.6"
authors = ["Lucio Franco <[email protected]>"]
edition = "2018"
license = "MIT"
+1 -1
View File
@@ -77,7 +77,7 @@
#![doc(
html_logo_url = "https://github.com/hyperium/tonic/raw/master/.github/assets/tonic-docs.png"
)]
#![doc(html_root_url = "https://docs.rs/tonic/0.1.0-alpha.5")]
#![doc(html_root_url = "https://docs.rs/tonic/0.1.0-alpha.6")]
#![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))]