Skip to content

Commit

Permalink
chore: prepare tokio-stream v0.1.12 (tokio-rs#5484)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn authored and amab8901 committed Feb 27, 2023
1 parent ca9f6a1 commit 3faa1a1
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.1.12 (January 20, 2022)

- time: remove `Unpin` bound on `Throttle` methods ([#5105])
- time: document that `throttle` operates on ms granularity ([#5101])

[#5105]: https://github.com/tokio-rs/tokio/pull/5105
[#5101]: https://github.com/tokio-rs/tokio/pull/5101

# 0.1.11 (October 11, 2022)

- time: allow `StreamExt::chunks_timeout` outside of a runtime ([#5036])
Expand Down
2 changes: 1 addition & 1 deletion tokio-stream/Cargo.toml
Original file line number Diff line number Diff line change
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.11"
version = "0.1.12"
edition = "2018"
rust-version = "1.49"
authors = ["Tokio Contributors <[email protected]>"]
Expand Down

0 comments on commit 3faa1a1

Please sign in to comment.