We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c86632e commit f40a523Copy full SHA for f40a523
http-body-util/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# v0.1.3
2
+
3
+- Add `Channel`, a body type backed by an async channel.
4
+- Make `Empty::new()` to be `const fn`.
5
6
# v0.1.2
7
8
- Add `BodyDataStream` type to convert a body to a stream of its data.
http-body-util/Cargo.toml
@@ -8,7 +8,7 @@ name = "http-body-util"
# - README.md
9
# - Update CHANGELOG.md.
10
# - Create "http-body-util-x.y.z" git tag.
11
-version = "0.1.2"
+version = "0.1.3"
12
authors = [
13
"Carl Lerche <me@carllerche.com>",
14
"Lucio Franco <luciofranco14@gmail.com>",
0 commit comments