Begin development for the 0.2.0 release

This commit is contained in:
Matt Ickstadt 2018-08-02 13:31:58 -05:00
parent 67fde37030
commit ac4e00c7c6
2 changed files with 7 additions and 3 deletions

2
Cargo.lock generated
View File

@ -503,7 +503,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "mdbook"
version = "0.1.11-alpha.0"
version = "0.2.0-alpha.0"
dependencies = [
"ammonia 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,7 +1,11 @@
[package]
name = "mdbook"
version = "0.1.11-alpha.0"
authors = ["Mathieu David <mathieudavid@mathieudavid.org>", "Michael-F-Bryan <michaelfbryan@gmail.com>"]
version = "0.2.0-alpha.0"
authors = [
"Mathieu David <mathieudavid@mathieudavid.org>",
"Michael-F-Bryan <michaelfbryan@gmail.com>",
"Matt Ickstadt <mattico8@gmail.com>"
]
description = "Create books from markdown files"
documentation = "http://rust-lang-nursery.github.io/mdBook/index.html"
repository = "https://github.com/rust-lang-nursery/mdBook"