From 4ad4c491d33779d8f514e0b9fed76679fd7590bb Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 28 Jan 2015 12:17:42 -0800 Subject: [PATCH] v0.1.9 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc9f8388..5781fbf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +### v0.1.9 (2015-01-28) + + +#### Bug Fixes + +* **headers:** Don't display q if q=1 in quality item. ([91df2441](https://github.com/hyperium/hyper/commit/91df2441a0bb8c032b6fc5ccff50ed0eb98f2194), closes [#281](https://github.com/hyperium/hyper/issues/281)) +* **rustup:** update io import, Writer::write ([f606b603](https://github.com/hyperium/hyper/commit/f606b6039d15a0b6e46f5154a9c5482866497a0c)) + + +#### Features + +* **status:** add is_() methods to StatusCodes ([2d55a22e](https://github.com/hyperium/hyper/commit/2d55a22e738fb7f37a271be4fc3cf2ebdb9b5345)) + + ### v0.1.8 (2015-01-27) diff --git a/Cargo.toml b/Cargo.toml index 7e0a31c0..6e2713b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.1.8" +version = "0.1.9" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"