From 3cf8e440f77388c6f1673565164849e910cd60bf Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Sun, 7 Aug 2016 13:00:44 -0700 Subject: [PATCH] Bump minor version. --- README.md | 2 +- RELEASES.md | 5 +++++ tarpc/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9ebe99..f49cd9d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ function then returns the value produced by that other server. Add to your `Cargo.toml` dependencies: ```toml -tarpc = "0.5.1" +tarpc = "0.6" ``` ## Example diff --git a/RELEASES.md b/RELEASES.md index 02446be..1d393bd 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,8 @@ +## 0.6 (20216-08-07) + +### Breaking Changes +* Updated serde to 0.8. Requires dependents to update as well. + ## 0.5 (2016-04-24) ### Breaking Changes diff --git a/tarpc/Cargo.toml b/tarpc/Cargo.toml index d8f20dd..f8f8470 100644 --- a/tarpc/Cargo.toml +++ b/tarpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tarpc" -version = "0.5.1" +version = "0.6.0" authors = ["Adam Wright ", "Tim Kuehn "] license = "MIT" documentation = "https://google.github.io/tarpc"