mirror of
https://github.com/openharmony/third_party_rust_http-body.git
synced 2026-07-01 20:24:01 -04:00
chore: Prepare 0.4.5 release (#62)
This commit is contained in:
@@ -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
@@ -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
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user