File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
33None.
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 ` .
Original file line number Diff line number Diff 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 "
1212authors = [
1313 " Carl Lerche <me@carllerche.com>" ,
1414 " Lucio Franco <luciofranco14@gmail.com>" ,
Original file line number Diff line number Diff line change 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,
You can’t perform that action at this time.
0 commit comments