Skip to content

Commit bf26ad5

Browse files
committed
v0.2.11
1 parent 03c6e74 commit bf26ad5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.11 (November 13, 2023)
2+
3+
* Fix MIRI error in `header::Iter`.
4+
15
# 0.2.10 (November 10, 2023)
26

37
* Fix parsing of `Authority` to handle square brackets in incorrect order.

Cargo.toml

+1-1
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.2.10"
7+
version = "0.2.11"
88
readme = "README.md"
99
documentation = "https://docs.rs/http"
1010
repository = "https://github.com/hyperium/http"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/http/0.2.10")]
1+
#![doc(html_root_url = "https://docs.rs/http/0.2.11")]
22

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

0 commit comments

Comments
 (0)