Skip to content

Commit

Permalink
chore: release tokio-stream 0.1.10 (tokio-rs#5028)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche authored and dbischof90 committed Oct 1, 2022
1 parent 5e8a9fe commit fdca098
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions tokio-stream/CHANGELOG.md
@@ -1,3 +1,11 @@
# 0.1.10 (Sept 18, 2022)

- time: add `StreamExt::chunks_timeout` ([#4695])
- stream: add track_caller to public APIs ([#4786])

[#4695]: https://github.com/tokio-rs/tokio/pull/4695
[#4786]: https://github.com/tokio-rs/tokio/pull/4786

# 0.1.9 (June 4, 2022)

- deps: upgrade `tokio-util` dependency to `0.7.x` ([#3762])
Expand Down
2 changes: 1 addition & 1 deletion tokio-stream/Cargo.toml
Expand Up @@ -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 <team@tokio.rs>"]
Expand Down

0 comments on commit fdca098

Please sign in to comment.