summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2021-11-27 10:34:17 -0800
committerGitHub <noreply@github.com>2021-11-27 10:34:17 -0800
commit5eb7d46a9989b188f37974bdd177b0763cbb2997 (patch)
treecc5d615ca4414b6e8bdfcb607a7fc9412e18f588
parentc9b6be8660b7d24e3d8de2c21b726fc05c35cbe9 (diff)
parentdffcedf0314f18ddf4ac556261d72196a0cbdb9c (diff)
Merge pull request #1696 from ehuss/bump-versionv0.4.14
Update to 0.4.14
-rw-r--r--CHANGELOG.md22
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <mathieudavid@mathieudavid.org>",
"Michael-F-Bryan <michaelfbryan@gmail.com>",