Skip to content

Commit

Permalink
chore: prepare tokio-stream v0.1.4 (#3598)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Mar 9, 2021
1 parent d0e4dd1 commit 88863a0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions tokio-stream/CHANGELOG.md
@@ -1,3 +1,18 @@
# 0.1.4 (March 9, 2021)

Added

- signal: add `Signal` wrapper ([#3510])

Fixed

- stream: remove duplicate `doc_cfg` declaration ([#3561])
- sync: yield initial value in `WatchStream` ([#3576])

[#3510]: https://github.com/tokio-rs/tokio/pull/3510
[#3561]: https://github.com/tokio-rs/tokio/pull/3561
[#3576]: https://github.com/tokio-rs/tokio/pull/3576

# 0.1.3 (February 5, 2021)

Added
Expand Down
4 changes: 2 additions & 2 deletions tokio-stream/Cargo.toml
Expand Up @@ -6,13 +6,13 @@ name = "tokio-stream"
# - Cargo.toml
# - Update CHANGELOG.md.
# - Create "tokio-stream-0.1.x" git tag.
version = "0.1.3"
version = "0.1.4"
edition = "2018"
authors = ["Tokio Contributors <team@tokio.rs>"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tokio-stream/0.1.3/tokio_stream"
documentation = "https://docs.rs/tokio-stream/0.1.4/tokio_stream"
description = """
Utilities to work with `Stream` and `tokio`.
"""
Expand Down

0 comments on commit 88863a0

Please sign in to comment.