From b99171f353173c6a62064a48e29bd3bce0dadf4e Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Mon, 11 Dec 2017 13:23:42 -0600 Subject: [PATCH] Bump version to v0.1.3 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- src/lib.rs | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c20f60..8f95920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index cd6d327..7633967 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/src/lib.rs b/src/lib.rs index db1294d..05c737a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 //!