From 7dbfe07c9760a2579faab8c40c7ae887bd5d3802 Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Wed, 26 Apr 2017 12:28:01 -0700 Subject: [PATCH] Bump to version 0.7.3 and update release notes. --- Cargo.toml | 2 +- RELEASES.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) 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