diff --git a/Cargo.toml b/Cargo.toml index 0acbb67..1ac6cfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tarpc" -version = "0.9.0" +version = "0.10.0" authors = ["Adam Wright ", "Tim Kuehn "] license = "MIT" documentation = "https://docs.rs/tarpc" diff --git a/README.md b/README.md index d60295b..3e6db48 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ arguments to tarpc fns. Add to your `Cargo.toml` dependencies: ```toml -tarpc = "0.9.0" +tarpc = "0.10.0" tarpc-plugins = "0.2.0" ``` diff --git a/RELEASES.md b/RELEASES.md index 6ed1ae5..a77ac8f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,8 @@ +## 0.10.0 (2018-03-26) + +## Breaking Changes +Updates bincode to version 1.0. + ## 0.9.0 (2017-09-17) ## Breaking Changes