We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c6383 commit 482c349Copy full SHA for 482c349
http-body-util/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v0.1.2
2
+
3
+- Add `BodyDataStream` type to convert a body to a stream of its data.
4
5
# v0.1.1
6
7
- Add `BodyExt::with_trailers()` combinator.
http-body-util/Cargo.toml
@@ -8,7 +8,7 @@ name = "http-body-util"
8
# - README.md
9
# - Update CHANGELOG.md.
10
# - Create "http-body-util-x.y.z" git tag.
11
-version = "0.1.1"
+version = "0.1.2"
12
authors = [
13
"Carl Lerche <me@carllerche.com>",
14
"Lucio Franco <luciofranco14@gmail.com>",
0 commit comments