Bump to version 0.7.3 and update release notes.

This commit is contained in:
Tim Kuehn
2017-04-26 12:28:01 -07:00
parent 8bc01a993b
commit 7dbfe07c97
2 changed files with 17 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tarpc"
version = "0.7.2"
version = "0.7.3"
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
license = "MIT"
documentation = "https://docs.rs/tarpc"

View File

@@ -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