Skip to content

Commit 8cddf8a

Browse files
authoredOct 9, 2019
chore: Prepare 0.1.0-alpha.3 release (hyperium#65)
1 parent 8ecfd2f commit 8cddf8a

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [0.1.0-alpha.3](https://github.com/hyperium/tonic/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (October 9, 2019)
2+
3+
4+
### Features
5+
6+
* **build:** Expose prost-build type_attributes and field_attribu… ([#60](https://github.com/hyperium/tonic/issues/60)) ([06ff619](https://github.com/hyperium/tonic/commit/06ff619))
7+
* **transport:** Expose more granular control of TLS configuration ([#48](https://github.com/hyperium/tonic/issues/48)) ([8db3961](https://github.com/hyperium/tonic/commit/8db3961))
8+
9+
10+
111
# 0.1.0-alpha.2 (October 7, 2019)
212

313
### Bug Fixes

‎tonic-build/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tonic-build"
3-
version = "0.1.0-alpha.2"
3+
version = "0.1.0-alpha.3"
44
authors = ["Lucio Franco <luciofranco14@gmail.com>"]
55
edition = "2018"
66
license = "MIT"

‎tonic-build/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#![doc(
5454
html_logo_url = "https://github.com/hyperium/tonic/raw/master/.github/assets/tonic-docs.png"
5555
)]
56-
#![doc(html_root_url = "https://docs.rs/tonic/0.1.0-alpha.2")]
56+
#![doc(html_root_url = "https://docs.rs/tonic/0.1.0-alpha.3")]
5757
#![doc(issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/")]
5858
#![doc(test(no_crate_inject, attr(deny(rust_2018_idioms))))]
5959

‎tonic/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "tonic"
88
# - README.md
99
# - Update CHANGELOG.md.
1010
# - Create "v0.1.x" git tag.
11-
version = "0.1.0-alpha.2"
11+
version = "0.1.0-alpha.3"
1212
authors = ["Lucio Franco <luciofranco14@gmail.com>"]
1313
edition = "2018"
1414
license = "MIT"

‎tonic/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
#![doc(
7272
html_logo_url = "https://github.com/hyperium/tonic/raw/master/.github/assets/tonic-docs.png"
7373
)]
74-
#![doc(html_root_url = "https://docs.rs/tonic/0.1.0-alpha.2")]
74+
#![doc(html_root_url = "https://docs.rs/tonic/0.1.0-alpha.3")]
7575
#![doc(issue_tracker_base_url = "https://github.com/hyperium/tonic/issues/")]
7676
#![doc(test(no_crate_inject, attr(deny(rust_2018_idioms))))]
7777
#![cfg_attr(docsrs, feature(doc_cfg))]

0 commit comments

Comments
 (0)