Skip to content

Commit

Permalink
http-body-util: v0.1.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jul 10, 2023
1 parent ea4ca9b commit c9f1337
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions http-body-util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# v1.0.0-rc.2
# v0.1.0-rc.3

- Fix `BodyExt::collect()` from panicking on an empty frame.

# v0.1.0-rc.2

- Update to `http-body` rc.2.

# v1.0.0-rc.1
# v0.1.0-rc.1

- Initial release, split from http-body 0.4.5.
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.2"
version = "0.1.0-rc.3"
authors = [
"Carl Lerche <me@carllerche.com>",
"Lucio Franco <luciofranco14@gmail.com>",
Expand Down

0 comments on commit c9f1337

Please sign in to comment.