Skip to content

Commit 61a6092

Browse files
authored
*: bump 0.9.1 (#546)
Signed-off-by: Jay Lee <[email protected]>
1 parent 645c405 commit 61a6092

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.9.1 - 2021-09-18
2+
3+
- Make boringssl-src optional (#537)
4+
- codec: avoid overflowing error (#495)
5+
16
# 0.9.0 - 2021-05-24
27

38
- Support rich error (#514)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grpcio"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
edition = "2018"
55
authors = ["The TiKV Project Developers"]
66
license = "Apache-2.0"

grpc-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "grpcio-sys"
3-
version = "0.9.0+1.38.0"
3+
version = "0.9.1+1.38.0"
44
authors = ["The TiKV Project Developers"]
55
license = "Apache-2.0"
66
keywords = ["grpc", "bindings"]

0 commit comments

Comments
 (0)