Skip to content

Commit 67355c6

Browse files
authored
chore: prepare tokio-stream v0.1.17 (#7020)
1 parent 405d746 commit 67355c6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

tokio-stream/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.1.17 (December 6th, 2024)
2+
3+
- deps: fix dev-dependency on tokio-test ([#6931], [#7019])
4+
- stream: fix link on `Peekable` ([#6861])
5+
- sync: fix `Stream` link in broadcast docs ([#6873])
6+
7+
[#6861]: https://github.com/tokio-rs/tokio/pull/6861
8+
[#6873]: https://github.com/tokio-rs/tokio/pull/6873
9+
[#6931]: https://github.com/tokio-rs/tokio/pull/6931
10+
[#7019]: https://github.com/tokio-rs/tokio/pull/7019
11+
112
# 0.1.16 (September 5th, 2024)
213

314
This release bumps the MSRV of tokio-stream to 1.70.

tokio-stream/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "tokio-stream"
44
# - Remove path dependencies
55
# - Update CHANGELOG.md.
66
# - Create "tokio-stream-0.1.x" git tag.
7-
version = "0.1.16"
7+
version = "0.1.17"
88
edition = "2021"
99
rust-version = "1.70"
1010
authors = ["Tokio Contributors <[email protected]>"]

0 commit comments

Comments
 (0)