Skip to content

Commit

Permalink
bump to 0.4.7 (tikv#413)
Browse files Browse the repository at this point in the history
Signed-off-by: qupeng <qupeng@pingcap.com>
  • Loading branch information
hicqu authored and BusyJay committed Nov 29, 2019
1 parent 12c96ca commit 952a03f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.4.7 - 2019-11-28

- Fix a potential memory leak issue
- Support openssl-vendored feature

# 0.4.6 - 2019-10-26

- support gcc 9.2
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grpcio"
version = "0.4.6"
version = "0.4.7"
authors = ["The TiKV Project Developers"]
license = "Apache-2.0"
keywords = ["grpc", "protobuf", "rpc", "tls", "http2"]
Expand All @@ -16,7 +16,7 @@ autoexamples = false
all-features = true

[dependencies]
grpcio-sys = { path = "grpc-sys", version = "0.4.6" }
grpcio-sys = { path = "grpc-sys", version = "0.4.7" }
libc = "0.2"
futures = "^0.1.15"
protobuf = { version = "2.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion grpc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grpcio-sys"
version = "0.4.6"
version = "0.4.7"
authors = ["The TiKV Project Developers"]
license = "Apache-2.0"
keywords = ["grpc", "bindings"]
Expand Down

0 comments on commit 952a03f

Please sign in to comment.