Skip to content

Commit d69e5be

Browse files
authored
chore: release tokio-stream 0.1.10 (#5028)
Closes #5011
1 parent 0b92f80 commit d69e5be

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

tokio-stream/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.1.10 (Sept 18, 2022)
2+
3+
- time: add `StreamExt::chunks_timeout` ([#4695])
4+
- stream: add track_caller to public APIs ([#4786])
5+
6+
[#4695]: https://github.com/tokio-rs/tokio/pull/4695
7+
[#4786]: https://github.com/tokio-rs/tokio/pull/4786
8+
19
# 0.1.9 (June 4, 2022)
210

311
- deps: upgrade `tokio-util` dependency to `0.7.x` ([#3762])

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.9"
7+
version = "0.1.10"
88
edition = "2018"
99
rust-version = "1.49"
1010
authors = ["Tokio Contributors <[email protected]>"]

0 commit comments

Comments
 (0)