This commit is contained in:
Sean McArthur
2018-09-05 13:08:04 -07:00
parent b5646ce350
commit 6aa400ffed
3 changed files with 8 additions and 3 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
# 0.1.10 (August, 8 2018)
# 0.1.11 (September 5, 2018)
* Add `From<&Self>` for `HeaderValue`, `Method`, and `StatusCode` (#238)
* Add `Uri::from_static` (#240)
# 0.1.10 (August 8, 2018)
* impl HttpTryFrom<String> for HeaderValue (#236)
+1 -1
View File
@@ -4,7 +4,7 @@ name = "http"
# - Update html_root_url in lib.rs.
# - Update CHANGELOG.md.
# - Create git tag
version = "0.1.10"
version = "0.1.11"
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.10")]
#![doc(html_root_url = "https://docs.rs/http/0.1.11")]
//! A general purpose library of common HTTP types
//!