chore: prepare 0.2.24 release (#3227)

This commit is contained in:
Luke Steensen
2020-12-09 11:58:11 -05:00
committed by GitHub
parent 3d17488d9a
commit 95b943506b
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -1,3 +1,9 @@
# 0.2.24 (December 7, 2020)
### Fixes
- sync: fix mpsc bug related to closing the channel (#3215)
# 0.2.23 (November 12, 2020) # 0.2.23 (November 12, 2020)
### Fixes ### Fixes
+2 -2
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.23" version = "0.2.24"
edition = "2018" edition = "2018"
authors = ["Tokio Contributors <[email protected]>"] authors = ["Tokio Contributors <[email protected]>"]
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/tokio/0.2.23/tokio/" documentation = "https://docs.rs/tokio/0.2.24/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 = """
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio/0.2.23")] #![doc(html_root_url = "https://docs.rs/tokio/0.2.24")]
#![allow( #![allow(
clippy::cognitive_complexity, clippy::cognitive_complexity,
clippy::large_enum_variant, clippy::large_enum_variant,