Skip to content

Commit ba39dbb

Browse files
committed
bump version to v0.2.3
1 parent 95c338e commit ba39dbb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 0.2.3 (unreleased)
2+
13
# 0.2.2 (December 14, 2020)
24

35
* Fix (potential double) panic of (`HeaderMap`) `OccupiedEntry::remove_entry` and

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.2"
7+
version = "0.2.3"
88
readme = "README.md"
99
documentation = "https://docs.rs/http"
1010
repository = "https://github.com/hyperium/http"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/http/0.2.2")]
1+
#![doc(html_root_url = "https://docs.rs/http/0.2.3")]
22

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

0 commit comments

Comments
 (0)