From dffcedf0314f18ddf4ac556261d72196a0cbdb9c Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sat, 27 Nov 2021 10:10:51 -0800 Subject: [PATCH] Update to 0.4.14 --- CHANGELOG.md | 22 ++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 209e9fb0..83e7818f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## mdBook 0.4.14 +[ffa8284...c9b6be8](https://github.com/rust-lang/mdBook/compare/ffa8284...c9b6be8) + +### Added +- The 2021 Rust edition option has been stabilized. + [#1642](https://github.com/rust-lang/mdBook/pull/1642) + +### Changed +- Header anchors no longer include any HTML tags. Previously only a small + subset were excluded. + [#1683](https://github.com/rust-lang/mdBook/pull/1683) +- Deprecated the google-analytics option. Books using this option should place + the appropriate code in the `theme/head.hbs` file instead. + [#1675](https://github.com/rust-lang/mdBook/pull/1675) + +### Fixed +- Updated the markdown parser which brings in a few small fixes and removes + the custom smart quote handling. + [#1668](https://github.com/rust-lang/mdBook/pull/1668) +- Fixed iOS Safari enlarging text when going into landscape mode. + [#1685](https://github.com/rust-lang/mdBook/pull/1685) + ## mdBook 0.4.13 [e6629cd...f55028b](https://github.com/rust-lang/mdBook/compare/e6629cd...f55028b) diff --git a/Cargo.lock b/Cargo.lock index f1958ad6..ea59887b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -839,7 +839,7 @@ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" [[package]] name = "mdbook" -version = "0.4.13" +version = "0.4.14" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 46fc04fa..fc5e1b16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook" -version = "0.4.13" +version = "0.4.14" authors = [ "Mathieu David ", "Michael-F-Bryan ",