Skip to content

Commit 6f722a1

Browse files
authored
chore: Prepare 0.4.5 release (#62)
1 parent e17465c commit 6f722a1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
None.
44

5+
# 0.4.5 (May 20, 2022)
6+
7+
- Add `String` impl for `Body`.
8+
- Add `Limited` body implementation.
9+
510
# 0.4.4 (October 22, 2021)
611

712
- Add `UnsyncBoxBody` and `Body::boxed_unsync`.

Cargo.toml

+1-1
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.4"
11+
version = "0.4.5"
1212
authors = [
1313
"Carl Lerche <[email protected]>",
1414
"Lucio Franco <[email protected]>",

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

0 commit comments

Comments
 (0)