prepare v0.2.6 release (#1995)

This commit is contained in:
Carl Lerche
2019-12-19 14:02:07 -08:00
committed by GitHub
parent 93ab70a9a0
commit 248bf2144f
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
# 0.2.6 (December 19, 2019)
### Fixes
- `fs::File::seek` API regression (#1991).
# 0.2.5 (December 18, 2019)
### Added
+2 -2
View File
@@ -8,12 +8,12 @@ name = "tokio"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.2.x" git tag.
version = "0.2.5"
version = "0.2.6"
edition = "2018"
authors = ["Tokio Contributors <[email protected]>"]
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/tokio/0.2.5/tokio/"
documentation = "https://docs.rs/tokio/0.2.6/tokio/"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
description = """
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio/0.2.5")]
#![doc(html_root_url = "https://docs.rs/tokio/0.2.6")]
#![allow(clippy::cognitive_complexity)]
#![warn(
missing_debug_implementations,