Skip to content

Commit 24bbec2

Browse files
committed
v0.2.9
1 parent 1fad3ea commit 24bbec2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Unreleased
1+
# 0.2.9 (February 17, 2023)
22

33
* Add `HeaderName` constants for `cache-status` and `cdn-cache-control`.
4+
* Implement `Hash` for `PathAndQuery`.
5+
* Re-export `HeaderName` at crate root.
46

57
# 0.2.8 (June 6, 2022)
68

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

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

0 commit comments

Comments
 (0)