Skip to content

Commit 95ad79b

Browse files
committed
v0.2.7
1 parent c1f309e commit 95ad79b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Unreleased
1+
# 0.2.7 (April 28, 2022)
22

3-
* Add `extend()` method to `Extension`.
3+
* Add `extend()` method to `Extensions`.
4+
* Add `From<Authority>` and `From<PathAndQuery>` impls for `Uri`.
5+
* Make `HeaderName::from_static` a `const fn`.
46

57
# 0.2.6 (December 30, 2021)
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.6"
7+
version = "0.2.7"
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.6")]
1+
#![doc(html_root_url = "https://docs.rs/http/0.2.7")]
22

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

0 commit comments

Comments
 (0)