chore: Prepare 0.4.5 release (#62)

This commit is contained in:
Lucio Franco
2022-05-20 16:40:36 -04:00
committed by GitHub
parent 88b92957ac
commit ba614b157f
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -2,6 +2,11 @@
None.
# 0.4.5 (May 20, 2022)
- Add `String` impl for `Body`.
- Add `Limited` body implementation.
# 0.4.4 (October 22, 2021)
- Add `UnsyncBoxBody` and `Body::boxed_unsync`.
+1 -1
View File
@@ -8,7 +8,7 @@ name = "http-body"
# - README.md
# - Update CHANGELOG.md.
# - Create "vx.y.z" git tag.
version = "0.4.4"
version = "0.4.5"
authors = [
"Carl Lerche <me@carllerche.com>",
"Lucio Franco <luciofranco14@gmail.com>",
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/http-body/0.4.4")]
#![doc(html_root_url = "https://docs.rs/http-body/0.4.5")]
#![deny(
missing_debug_implementations,
missing_docs,