Bump version to v0.1.3

This commit is contained in:
Carl Lerche
2017-12-11 13:23:42 -06:00
parent ea637158be
commit b99171f353
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
# 0.1.3 (December 11, 2017)
* Add `Scheme` associated consts for common protos.
# 0.1.2 (November 29, 2017)
* Add Uri accessor for scheme part.
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "http"
version = "0.1.2" # remember to update html_root_url
version = "0.1.3" # 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.2")]
#![doc(html_root_url = "https://docs.rs/http/0.1.3")]
//! A general purpose library of common HTTP types
//!