From 0b58bded7c0c04f07dd5418fdbaa0976369985ba Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 9 Feb 2018 14:30:32 -0800 Subject: [PATCH] Bump version to v0.1.1 (#131) --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- src/lib.rs | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f91d1ba2e..0fbce4e42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.1.1 (February 09, 2018) + +* Doc fixes + # 0.1.0 (February 07, 2018) * Initial crate released based on [RFC](https://github.com/tokio-rs/tokio-rfcs/pull/3). diff --git a/Cargo.toml b/Cargo.toml index 17fccffeb..f16ca80b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "tokio" # - Update html_root_url. # - Update CHANGELOG.md. # - Create "v0.1.x" git tag. -version = "0.1.0" +version = "0.1.1" authors = ["Carl Lerche "] license = "MIT/Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index 7cfe7359c..aaf765608 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -86,7 +86,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/tokio/0.1.0")] +#![doc(html_root_url = "https://docs.rs/tokio/0.1.1")] #![deny(missing_docs)] #![deny(warnings)] #![warn(missing_debug_implementations)]