From b4918adbd8194e1ed7fd0c7fbe635b039b70c584 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sat, 20 Mar 2021 12:17:37 +0100 Subject: [PATCH] chore: prepare tokio-stream v0.1.5 (#3624) --- tokio-stream/CHANGELOG.md | 8 ++++++++ tokio-stream/Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/tokio-stream/CHANGELOG.md b/tokio-stream/CHANGELOG.md index 0c64cb85e..59bb0fa97 100644 --- a/tokio-stream/CHANGELOG.md +++ b/tokio-stream/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.1.5 (March 20, 2021) + +### Fixed + +- stream: documentation note for throttle `Unpin` ([#3600]) + +[#3600]: https://github.com/tokio-rs/tokio/pull/3600 + # 0.1.4 (March 9, 2021) Added diff --git a/tokio-stream/Cargo.toml b/tokio-stream/Cargo.toml index f81005f00..858832590 100644 --- a/tokio-stream/Cargo.toml +++ b/tokio-stream/Cargo.toml @@ -6,13 +6,13 @@ name = "tokio-stream" # - Cargo.toml # - Update CHANGELOG.md. # - Create "tokio-stream-0.1.x" git tag. -version = "0.1.4" +version = "0.1.5" edition = "2018" authors = ["Tokio Contributors "] license = "MIT" repository = "https://github.com/tokio-rs/tokio" homepage = "https://tokio.rs" -documentation = "https://docs.rs/tokio-stream/0.1.4/tokio_stream" +documentation = "https://docs.rs/tokio-stream/0.1.5/tokio_stream" description = """ Utilities to work with `Stream` and `tokio`. """