Bump version to v0.1.1 (#131)

This commit is contained in:
Carl Lerche
2018-02-09 14:30:32 -08:00
committed by GitHub
parent 609786ed41
commit 0b58bded7c
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -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).
+1 -1
View File
@@ -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 <[email protected]>"]
license = "MIT/Apache-2.0"
+1 -1
View File
@@ -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)]