From 8f66de45cb5716b1f5ed7879bec5deda634b81e6 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 13 Jan 2015 12:00:54 -0800 Subject: [PATCH] v0.1.1 --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..6cb8c97c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +### 0.1.1 (2015-01-13) + +#### Features + +* **server:**: Add TLS/SSL support serverside ([c6eef681](c6eef6812458e10de582530d7f2c5bce5156b73c), closes [#1](https://github.com/hyperium/hyper/issues/1)) + + +#### Bug Fixes + +* **headers:** + * fix fmt_header outputs of several headers ([aa266653](https://github.com/hyperium/hyper/commit/aa26665367bde895ce02ad2a8e1a372f00719852), closes [#246](https://github.com/hyperium/hyper/issues/246)) + * don't use Show to write UserAgent header ([c8e334aa](https://github.com/hyperium/hyper/commit/c8e334aaebb5522a86d47f7e3c33836d2061cb65)) + diff --git a/Cargo.toml b/Cargo.toml index 7beed1be..f1010775 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.1.0" +version = "0.1.1" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"