Bump version to v0.1.4

This commit is contained in:
Carl Lerche
2018-01-04 22:22:35 -08:00
parent 5f02b4d21b
commit ea03901ec5
3 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -1,6 +1,8 @@
# 0.1.4 (unreleased)
# 0.1.4 (January 4, 2017)
* Add PathAndQuery::from_static.
* Add PathAndQuery::from_static (#148).
* Impl PartialOrd / PartialEq for Authority and PathAndQuery (#150).
* Add `map` fn to `Request` and `Response` (#151).
# 0.1.3 (December 11, 2017)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "http"
version = "0.1.3" # remember to update html_root_url
version = "0.1.4" # remember to update html_root_url
readme = "README.md"
documentation = "https://docs.rs/http"
repository = "https://github.com/hyperium/http"
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/http/0.1.3")]
#![doc(html_root_url = "https://docs.rs/http/0.1.4")]
//! A general purpose library of common HTTP types
//!