Skip to content

Commit a5dd35f

Browse files
authored
*: bump 0.5.1 (#451)
Signed-off-by: Jay Lee <[email protected]>
1 parent e5efde0 commit a5dd35f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# 0.5.0
1+
# 0.5.1 - 2020-03-20
2+
3+
- Clarify load balancing status (#445)
4+
- Support unix domain socket (#446)
5+
- Build: fix rebuild rules for no prebuilt bindings (#450)
6+
7+
# 0.5.0 - 2019-03-16
28

39
- Make `build_args` and `channel_args` public (#405)
410
- Reclaim buffer memory after sending message (#407)

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.5.0"
3+
version = "0.5.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.5.0"
3+
version = "0.5.1"
44
authors = ["The TiKV Project Developers"]
55
license = "Apache-2.0"
66
keywords = ["grpc", "bindings"]

0 commit comments

Comments
 (0)