chore: Prepare 0.1.0-alpha.3 release (#65)

This commit is contained in:
Lucio Franco
2019-10-09 17:27:15 -04:00
committed by GitHub
parent 8ecfd2fc73
commit 8cddf8a12c
5 changed files with 14 additions and 4 deletions
+10
View File
@@ -1,3 +1,13 @@
# [0.1.0-alpha.3](https://github.com/hyperium/tonic/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (October 9, 2019)
### Features
* **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))
* **transport:** Expose more granular control of TLS configuration ([#48](https://github.com/hyperium/tonic/issues/48)) ([8db3961](https://github.com/hyperium/tonic/commit/8db3961))
# 0.1.0-alpha.2 (October 7, 2019)
### Bug Fixes