From d0bb830491afb8afe512ad2d70641be088bcf256 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 1 Jun 2021 18:50:29 -0700 Subject: [PATCH] Update to 0.4.9 --- CHANGELOG.md | 20 ++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4d613e6..bee6f058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## mdBook 0.4.9 +[7e01cf9...d325c60](https://github.com/rust-lang/mdBook/compare/7e01cf9...d325c60) + +### Changed +- Updated all dependencies and raised the minimum Rust version to 1.42. + [#1528](https://github.com/rust-lang/mdBook/pull/1528) +- Added more detail to error message when a preprocessor fails. + [#1526](https://github.com/rust-lang/mdBook/pull/1526) +- Set max-width of HTML video tags to 100% to match img tags. + [#1542](https://github.com/rust-lang/mdBook/pull/1542) + +### Fixed +- Type errors when parsing `book.toml` are no longer ignored. + [#1539](https://github.com/rust-lang/mdBook/pull/1539) +- Better handling if `mdbook serve` fails to start the http server. + [#1555](https://github.com/rust-lang/mdBook/pull/1555) +- Fixed the path for `edit-url-template` if the book used a source directory + other than `src`. + [#1554](https://github.com/rust-lang/mdBook/pull/1554) + ## mdBook 0.4.8 [fcceee4...b592b10](https://github.com/rust-lang/mdBook/compare/fcceee4...b592b10) diff --git a/Cargo.lock b/Cargo.lock index faba577b..93aac504 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -800,7 +800,7 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" [[package]] name = "mdbook" -version = "0.4.8" +version = "0.4.9" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index f352880b..5b1b05e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.4.8" +version = "0.4.9" authors = [ "Mathieu David ", "Michael-F-Bryan ",