Skip to content

Commit 6443bdb

Browse files
committed
v0.1.21
1 parent 0cbcc1e commit 6443bdb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.21 (December 2, 2019)
2+
3+
* Fix `Method::is_idempotent` returning `false` for `PUT` and `DELETE.
4+
15
# 0.1.20 (November 26, 2019)
26

37
* Fix possible double-free if `header::Drain` iterator is `std::mem::forgot`en (#357).

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "http"
44
# - Update html_root_url in lib.rs.
55
# - Update CHANGELOG.md.
66
# - Create git tag
7-
version = "0.1.20"
7+
version = "0.1.21"
88
readme = "README.md"
99
documentation = "https://docs.rs/http"
1010
repository = "https://github.com/hyperium/http"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/http/0.1.20")]
1+
#![doc(html_root_url = "https://docs.rs/http/0.1.21")]
22

33
//! A general purpose library of common HTTP types
44
//!

0 commit comments

Comments
 (0)