diff --git a/Cargo.toml b/Cargo.toml index c17feb2..d253ce8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tarpc" -version = "0.7.2" +version = "0.7.3" authors = ["Adam Wright ", "Tim Kuehn "] license = "MIT" documentation = "https://docs.rs/tarpc" diff --git a/RELEASES.md b/RELEASES.md index 193b4b1..153e3ce 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,19 @@ +## 0.7.3 (2017-04-26) + +This release removes the `Sync` bound on RPC args for both sync and future +clients. No breaking changes. + +## 0.7.2 (2017-04-22) + +## Breaking Changes +This release updates tarpc-plugins to work with rustc master. Thus, older +versions of rustc are no longer supported. We chose a minor version bump +because it is still source-compatible with existing code using tarpc. + +## 0.7.1 (2017-03-31) + +This release was purely doc fixes. No breaking changes. + ## 0.7 (2017-03-31) ## Breaking Changes