Skip to content

Commit

Permalink
prepare v0.2.6 release (#1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche authored Dec 19, 2019
1 parent 93ab70a commit 248bf21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions tokio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.2.6 (December 19, 2019)

### Fixes
- `fs::File::seek` API regression (#1991).

# 0.2.5 (December 18, 2019)

### Added
Expand Down
4 changes: 2 additions & 2 deletions tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = """
Expand Down
2 changes: 1 addition & 1 deletion tokio/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 248bf21

Please sign in to comment.