chore: Prepare 0.2.15 release (#2365)

Signed-off-by: Lucio Franco <luciofranco14@gmail.com>
This commit is contained in:
Lucio Franco 2020-04-02 12:40:04 -04:00 committed by GitHub
parent 7fb1698e8d
commit 2a8d917d2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,13 @@
# 0.2.15 (April 2, 2020)
### Fixes
- rt: fix queue regression (#2362).
### Added
- sync: Add disarm to `mpsc::Sender` (#2358).
# 0.2.14 (April 1, 2020) # 0.2.14 (April 1, 2020)
### Fixes ### Fixes

View File

@ -8,12 +8,12 @@ name = "tokio"
# - README.md # - README.md
# - Update CHANGELOG.md. # - Update CHANGELOG.md.
# - Create "v0.2.x" git tag. # - Create "v0.2.x" git tag.
version = "0.2.14" version = "0.2.15"
edition = "2018" edition = "2018"
authors = ["Tokio Contributors <team@tokio.rs>"] authors = ["Tokio Contributors <team@tokio.rs>"]
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/tokio/0.2.14/tokio/" documentation = "https://docs.rs/tokio/0.2.15/tokio/"
repository = "https://github.com/tokio-rs/tokio" repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs" homepage = "https://tokio.rs"
description = """ description = """

View File

@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio/0.2.14")] #![doc(html_root_url = "https://docs.rs/tokio/0.2.15")]
#![allow( #![allow(
clippy::cognitive_complexity, clippy::cognitive_complexity,
clippy::large_enum_variant, clippy::large_enum_variant,