From 9b2fdda3f71ad492063e1579f3937fa81d9e4ed7 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Tue, 6 Dec 2016 15:09:20 -1000 Subject: [PATCH] Prepare for 0.5.6 release. --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1c03d31..fa398c4b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changes +## 0.5.6 + +* Update link to documentation + * https://github.com/frewsxcv/tiny-http/pull/123 +* Fix websockets + * https://github.com/frewsxcv/tiny-http/pull/124 +* Drop the request reader earlier + * https://github.com/frewsxcv/tiny-http/pull/125 + ## 0.5.5 * Start using the log crate diff --git a/Cargo.toml b/Cargo.toml index ca2c7472b..7400dc488 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiny_http" -version = "0.5.5" +version = "0.5.6" authors = ["pierre.krieger1708@gmail.com", "Corey Farwell "] description = "Low level HTTP server library"