We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b92f80 commit d69e5beCopy full SHA for d69e5be
tokio-stream/CHANGELOG.md
@@ -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
9
# 0.1.9 (June 4, 2022)
10
11
- deps: upgrade `tokio-util` dependency to `0.7.x` ([#3762])
tokio-stream/Cargo.toml
@@ -4,7 +4,7 @@ name = "tokio-stream"
# - Remove path dependencies
# - Update CHANGELOG.md.
# - Create "tokio-stream-0.1.x" git tag.
-version = "0.1.9"
+version = "0.1.10"
edition = "2018"
rust-version = "1.49"
authors = ["Tokio Contributors <[email protected]>"]
0 commit comments