Skip to content

Commit

Permalink
chore: prepare tokio-stream 0.1.3 (#3507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Feb 5, 2021
1 parent 0a04954 commit 23fdc2b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion tokio-stream/CHANGELOG.md
@@ -1,8 +1,19 @@
# 0.1.3 (February 5, 2021)

Added

- sync: add wrapper for broadcast and watch ([#3384], [#3504])

[#3384]: https://github.com/tokio-rs/tokio/pull/3384
[#3504]: https://github.com/tokio-rs/tokio/pull/3504

# 0.1.2 (January 12, 2021)

Fixed

- docs: fix some wrappers missing in documentation (#3378)
- docs: fix some wrappers missing in documentation ([#3378])

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

# 0.1.1 (January 4, 2021)

Expand Down
4 changes: 2 additions & 2 deletions tokio-stream/Cargo.toml
Expand Up @@ -7,13 +7,13 @@ name = "tokio-stream"
# - Cargo.toml
# - Update CHANGELOG.md.
# - Create "tokio-stream-0.1.x" git tag.
version = "0.1.2"
version = "0.1.3"
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.2/tokio_stream"
documentation = "https://docs.rs/tokio-stream/0.1.3/tokio_stream"
description = """
Utilities to work with `Stream` and `tokio`.
"""
Expand Down
2 changes: 1 addition & 1 deletion tokio-stream/src/lib.rs
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio-stream/0.1.2")]
#![doc(html_root_url = "https://docs.rs/tokio-stream/0.1.3")]
#![allow(
clippy::cognitive_complexity,
clippy::large_enum_variant,
Expand Down

0 comments on commit 23fdc2b

Please sign in to comment.