Skip to content

Commit 351b63a

Browse files
committed
v0.2.12
1 parent e1a3197 commit 351b63a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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.12 (March 4, 2024)
2+
3+
* Add methods to allow trying to allocate in the `HeaderMap`, returning an error if oversize instead of panicking.
4+
* Fix `HeaderName::from_lowercase` that could allow NUL bytes in some cases.
5+
16
# 0.2.11 (November 13, 2023)
27

38
* Fix MIRI error in `header::Iter`.

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

0 commit comments

Comments
 (0)