From d1b484ff35697164e6f9086fd7151d89329305d4 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 20 Apr 2020 09:44:18 -0700 Subject: [PATCH] Start 0.4.0 release. --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e26567a8..66d6571f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## mdBook 0.4.0 +[99ecd4f...HEAD](https://github.com/rust-lang/mdBook/compare/99ecd4f...HEAD) + + ## mdBook 0.3.7 [88684d8...99ecd4f](https://github.com/rust-lang/mdBook/compare/88684d8...99ecd4f) diff --git a/Cargo.lock b/Cargo.lock index 1fdcba81..f48ba9ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -666,7 +666,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mdbook" -version = "0.3.7" +version = "0.4.0" dependencies = [ "ammonia 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a774a57e..b45c7a0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.3.7" +version = "0.4.0" authors = [ "Mathieu David ", "Michael-F-Bryan ",