From 248bf2144f4fa2792f430acec67bd5763236fabd Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Thu, 19 Dec 2019 14:02:07 -0800 Subject: prepare v0.2.6 release (#1995) --- tokio/CHANGELOG.md | 5 +++++ tokio/Cargo.toml | 4 ++-- tokio/src/lib.rs | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md index 3c03fa94..57c1b260 100644 --- a/tokio/CHANGELOG.md +++ b/tokio/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.2.6 (December 19, 2019) + +### Fixes +- `fs::File::seek` API regression (#1991). + # 0.2.5 (December 18, 2019) ### Added diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index b5d9acb1..48b76c74 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -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 "] 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 = """ diff --git a/tokio/src/lib.rs b/tokio/src/lib.rs index cb2fe71d..23f5862f 100644 --- a/tokio/src/lib.rs +++ b/tokio/src/lib.rs @@ -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, -- cgit v1.2.3