summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2021-06-08 15:24:58 -0700
committerGitHub <noreply@github.com>2021-06-08 15:24:58 -0700
commite440094b377ee8a191fe1028909cffad731ec501 (patch)
tree503ac2a8a90a4b4fbdae22f436087b96abfe2e2c
parentdc2062ab36924013e1443c1172d3121f53e11520 (diff)
parent15cae10ca8fb7e01816dbb1a80102c94c01d0c04 (diff)
Merge pull request #1573 from ehuss/release-nextv0.4.10
Update to 0.4.10
-rw-r--r--CHANGELOG.md12
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 14 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bee6f058..e6226ba8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## mdBook 0.4.10
+[2f7293a...dc2062a](https://github.com/rust-lang/mdBook/compare/2f7293a...dc2062a)
+
+### Changed
+- Reverted breaking change in 0.4.9 that removed the `__non_exhaustive` marker
+ on the `Book` struct.
+ [#1572](https://github.com/rust-lang/mdBook/pull/1572)
+- Updated handlebars to 4.0.
+ [#1550](https://github.com/rust-lang/mdBook/pull/1550)
+- Removed the `chapter_begin` id on the print page's chapter separators.
+ [#1541](https://github.com/rust-lang/mdBook/pull/1541)
+
## mdBook 0.4.9
[7e01cf9...d325c60](https://github.com/rust-lang/mdBook/compare/7e01cf9...d325c60)
diff --git a/Cargo.lock b/Cargo.lock
index 0cb94333..369e64a4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -800,7 +800,7 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
[[package]]
name = "mdbook"
-version = "0.4.9"
+version = "0.4.10"
dependencies = [
"ammonia",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index aca00e5c..36304b6d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook"
-version = "0.4.9"
+version = "0.4.10"
authors = [
"Mathieu David <mathieudavid@mathieudavid.org>",
"Michael-F-Bryan <michaelfbryan@gmail.com>",