We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fad3ea commit 24bbec2Copy full SHA for 24bbec2
CHANGELOG.md
@@ -1,6 +1,8 @@
1
-# Unreleased
+# 0.2.9 (February 17, 2023)
2
3
* Add `HeaderName` constants for `cache-status` and `cdn-cache-control`.
4
+* Implement `Hash` for `PathAndQuery`.
5
+* Re-export `HeaderName` at crate root.
6
7
# 0.2.8 (June 6, 2022)
8
Cargo.toml
@@ -4,7 +4,7 @@ name = "http"
# - Update html_root_url in lib.rs.
# - Update CHANGELOG.md.
# - Create git tag
-version = "0.2.8"
+version = "0.2.9"
readme = "README.md"
9
documentation = "https://docs.rs/http"
10
repository = "https://github.com/hyperium/http"
src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/http/0.2.8")]
+#![doc(html_root_url = "https://docs.rs/http/0.2.9")]
//! A general purpose library of common HTTP types
//!
0 commit comments