File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 "
88readme = " README.md"
99documentation = " https://docs.rs/http"
1010repository = " https://github.com/hyperium/http"
Original file line number Diff line number Diff line change 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//!
You can’t perform that action at this time.
0 commit comments