Skip to content

Commit 97c35dd

Browse files
committed
v0.2.4
1 parent 5c40eca commit 97c35dd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.4 (April 4, 2021)
2+
3+
* Fix `Uri` parsing to allow `{`, `"`, and `}` in paths.
4+
15
# 0.2.3 (January 7, 2021)
26

37
* Upgrade internal (private) `bytes` dependency to 1.0.

Diff for: 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.3"
7+
version = "0.2.4"
88
readme = "README.md"
99
documentation = "https://docs.rs/http"
1010
repository = "https://github.com/hyperium/http"

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

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

0 commit comments

Comments
 (0)