Skip to content

Commit 818269d

Browse files
committed
v0.2.10
1 parent b41d0b9 commit 818269d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.2.10 (November 10, 2023)
2+
3+
* Fix parsing of `Authority` to handle square brackets in incorrect order.
4+
* Fix `HeaderMap::with_capacity()` to handle arithmetic overflow.
5+
16
# 0.2.9 (February 17, 2023)
27

38
* Add `HeaderName` constants for `cache-status` and `cdn-cache-control`.

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.2.9"
7+
version = "0.2.10"
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.2.9")]
1+
#![doc(html_root_url = "https://docs.rs/http/0.2.10")]
22

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

0 commit comments

Comments
 (0)