Skip to content

Commit

Permalink
stream: prepare 0.1.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Sep 5, 2024
1 parent 12b2567 commit a9fd3b9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions tokio-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.1.16 (September 5th, 2024)

- stream: add `next_many` and `poll_next_many` to `StreamMap` (#6409)
- stream: make stream adapters public (#6658)
- readme: add readme for tokio-stream (#6456)
- chore: increase MSRV to 1.70 (#6645)

[#6409]: https://github.com/tokio-rs/tokio/pull/6409
[#6658]: https://github.com/tokio-rs/tokio/pull/6658
[#6456]: https://github.com/tokio-rs/tokio/pull/6456
[#6645]: https://github.com/tokio-rs/tokio/pull/6645

# 0.1.15 (March 14th, 2024)

This release bumps the MSRV of tokio-stream to 1.63.
Expand Down
2 changes: 1 addition & 1 deletion tokio-stream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "tokio-stream"
# - Remove path dependencies
# - Update CHANGELOG.md.
# - Create "tokio-stream-0.1.x" git tag.
version = "0.1.15"
version = "0.1.16"
edition = "2021"
rust-version = "1.70"
authors = ["Tokio Contributors <[email protected]>"]
Expand Down

0 comments on commit a9fd3b9

Please sign in to comment.