mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
chore: prepare v0.2.9 release (#2084)
This commit is contained in:
parent
b34a849b79
commit
c7c74a5a76
@ -1,4 +1,12 @@
|
|||||||
# 0.2.8 (January 8, 2019)
|
# 0.2.9 (January 9, 2019)
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- `AsyncSeek` impl for `File` (#1986).
|
||||||
|
- rt: shutdown deadlock in `threaded_scheduler` (#2074, #2082).
|
||||||
|
- rt: memory ordering when dropping `JoinHandle` (#2044).
|
||||||
|
- docs: misc API documentation fixes and improvements.
|
||||||
|
|
||||||
|
# 0.2.8 (January 7, 2019)
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
- depend on new version of `tokio-macros`.
|
- depend on new version of `tokio-macros`.
|
||||||
|
@ -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.8"
|
version = "0.2.9"
|
||||||
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.8/tokio/"
|
documentation = "https://docs.rs/tokio/0.2.9/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,4 +1,4 @@
|
|||||||
#![doc(html_root_url = "https://docs.rs/tokio/0.2.8")]
|
#![doc(html_root_url = "https://docs.rs/tokio/0.2.9")]
|
||||||
#![allow(clippy::cognitive_complexity, clippy::needless_doctest_main)]
|
#![allow(clippy::cognitive_complexity, clippy::needless_doctest_main)]
|
||||||
#![warn(
|
#![warn(
|
||||||
missing_debug_implementations,
|
missing_debug_implementations,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user