We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddd5bc commit e3258a4Copy full SHA for e3258a4
3 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.2.1 (March 25, 2020)
2
+
3
+* Add `extensions_ref` and `extensions_mut` to `request::Builder` and `response::Builder`.
4
5
# 0.2.0 (December 2, 2019)
6
7
* Add `Version::HTTP_3` constant.
Cargo.toml
@@ -4,7 +4,7 @@ name = "http"
# - Update html_root_url in lib.rs.
# - Update CHANGELOG.md.
# - Create git tag
-version = "0.2.0"
+version = "0.2.1"
8
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.0")]
+#![doc(html_root_url = "https://docs.rs/http/0.2.1")]
//! A general purpose library of common HTTP types
//!
0 commit comments