File tree 3 files changed +5
-3
lines changed
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)
2
2
3
3
* Add ` HeaderName ` constants for ` cache-status ` and ` cdn-cache-control ` .
4
+ * Implement ` Hash ` for ` PathAndQuery ` .
5
+ * Re-export ` HeaderName ` at crate root.
4
6
5
7
# 0.2.8 (June 6, 2022)
6
8
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "http"
4
4
# - Update html_root_url in lib.rs.
5
5
# - Update CHANGELOG.md.
6
6
# - Create git tag
7
- version = " 0.2.8 "
7
+ version = " 0.2.9 "
8
8
readme = " README.md"
9
9
documentation = " https://docs.rs/http"
10
10
repository = " 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 " ) ]
2
2
3
3
//! A general purpose library of common HTTP types
4
4
//!
You can’t perform that action at this time.
0 commit comments