Skip to content

Commit

Permalink
http-body-util: v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Nov 15, 2023
1 parent 2474edd commit c58b641
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions http-body-util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.1.0

- Update `http` to 1.0.
- Update `http-body` to 1.0.

# v0.1.0-rc.3

- Fix `BodyExt::collect()` from panicking on an empty frame.
Expand Down
2 changes: 1 addition & 1 deletion http-body-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "http-body-util"
# - README.md
# - Update CHANGELOG.md.
# - Create "http-body-util-x.y.z" git tag.
version = "0.1.0-rc.3"
version = "0.1.0"
authors = [
"Carl Lerche <me@carllerche.com>",
"Lucio Franco <luciofranco14@gmail.com>",
Expand Down

0 comments on commit c58b641

Please sign in to comment.