Skip to content

Commit c28945c

Browse files
committed
v0.2.6
1 parent abe6512 commit c28945c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.6 (December 30, 2021)
2+
3+
* Upgrade internal `itoa` dependency to 1.0.
4+
15
# 0.2.5 (September 21, 2021)
26

37
* Add `is_empty()` and `len()` methods to `Extensions`.

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.5"
7+
version = "0.2.6"
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.5")]
1+
#![doc(html_root_url = "https://docs.rs/http/0.2.6")]
22

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

0 commit comments

Comments
 (0)