Skip to content

Commit a97da64

Browse files
authored
Release v0.4.4 (#51)
1 parent cab4139 commit a97da64

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
None.
44

5+
# 0.4.4 (October 22, 2021)
6+
7+
- Add `UnsyncBoxBody` and `Body::boxed_unsync`.
8+
59
# 0.4.3 (August 8, 2021)
610

711
- Implement `Default` for `BoxBody`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "http-body"
88
# - README.md
99
# - Update CHANGELOG.md.
1010
# - Create "vx.y.z" git tag.
11-
version = "0.4.3"
11+
version = "0.4.4"
1212
authors = [
1313
"Carl Lerche <[email protected]>",
1414
"Lucio Franco <[email protected]>",

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-body/0.4.3")]
1+
#![doc(html_root_url = "https://docs.rs/http-body/0.4.4")]
22
#![deny(
33
missing_debug_implementations,
44
missing_docs,

0 commit comments

Comments
 (0)