mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
chore: prepare tokio-stream v0.1.16 (#6825)
This commit is contained in:
parent
12b2567b95
commit
4ed0fa21e4
@ -1,3 +1,15 @@
|
|||||||
|
# 0.1.16 (September 5th, 2024)
|
||||||
|
|
||||||
|
This release bumps the MSRV of tokio-stream to 1.70.
|
||||||
|
|
||||||
|
- stream: add `next_many` and `poll_next_many` to `StreamMap` ([#6409])
|
||||||
|
- stream: make stream adapters public ([#6658])
|
||||||
|
- readme: add readme for tokio-stream ([#6456])
|
||||||
|
|
||||||
|
[#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
|
||||||
|
|
||||||
# 0.1.15 (March 14th, 2024)
|
# 0.1.15 (March 14th, 2024)
|
||||||
|
|
||||||
This release bumps the MSRV of tokio-stream to 1.63.
|
This release bumps the MSRV of tokio-stream to 1.63.
|
||||||
|
@ -4,7 +4,7 @@ name = "tokio-stream"
|
|||||||
# - Remove path dependencies
|
# - Remove path dependencies
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create "tokio-stream-0.1.x" git tag.
|
# - Create "tokio-stream-0.1.x" git tag.
|
||||||
version = "0.1.15"
|
version = "0.1.16"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.70"
|
rust-version = "1.70"
|
||||||
authors = ["Tokio Contributors <team@tokio.rs>"]
|
authors = ["Tokio Contributors <team@tokio.rs>"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user