Skip to content

Commit 7cfb100

Browse files
authored
chore: prepare tokio-stream v0.1.15 (#6401)
1 parent e37bd63 commit 7cfb100

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

tokio-stream/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 0.1.15 (March 14th, 2024)
2+
3+
This release bumps the MSRV of tokio-stream to 1.63.
4+
5+
- docs: fix typo in argument name ([#6389])
6+
- docs: fix typo in peekable docs ([#6130])
7+
- docs: link to latest version of tokio-util docs ([#5694])
8+
- docs: typographic improvements ([#6262])
9+
- stream: add `StreamExt::peekable` ([#6095])
10+
11+
[#5694]: https://github.com/tokio-rs/tokio/pull/5694
12+
[#6095]: https://github.com/tokio-rs/tokio/pull/6095
13+
[#6130]: https://github.com/tokio-rs/tokio/pull/6130
14+
[#6262]: https://github.com/tokio-rs/tokio/pull/6262
15+
[#6389]: https://github.com/tokio-rs/tokio/pull/6389
16+
117
# 0.1.14 (April 26th, 2023)
218

319
This bugfix release bumps the minimum version of Tokio to 1.15, which is

tokio-stream/Cargo.toml

+1-1
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.14"
7+
version = "0.1.15"
88
edition = "2021"
99
rust-version = "1.63"
1010
authors = ["Tokio Contributors <[email protected]>"]

0 commit comments

Comments
 (0)