From 8f1c82901ee7c1e23a869f94ccbcd1d76006616c Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 6 Apr 2015 11:14:31 -0700 Subject: [PATCH] v0.3.10 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e96a7d5f34..35b1c962ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v0.3.10 (2015-04-06) + + +#### Bug Fixes + +* **README:** Update to compile example against Rust beta ([341f19d3](https://github.com/hyperium/hyper/commit/341f19d3266c6de9a9a90c94f718124792766630)) + + ### v0.3.9 (2015-04-03) diff --git a/Cargo.toml b/Cargo.toml index 0084c25038..bc8a02fbc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.3.9" +version = "0.3.10" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"