File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
17
# 0.1.14 (April 26th, 2023)
2
18
3
19
This bugfix release bumps the minimum version of Tokio to 1.15, which is
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "tokio-stream"
4
4
# - Remove path dependencies
5
5
# - Update CHANGELOG.md.
6
6
# - Create "tokio-stream-0.1.x" git tag.
7
- version = " 0.1.14 "
7
+ version = " 0.1.15 "
8
8
edition = " 2021"
9
9
rust-version = " 1.63"
10
10
authors = [
" Tokio Contributors <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments