Skip to content

Commit e440094

Browse files
authored
Merge pull request #1573 from ehuss/release-next
Update to 0.4.10
2 parents dc2062a + 15cae10 commit e440094

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## mdBook 0.4.10
4+
[2f7293a...dc2062a](https://github.com/rust-lang/mdBook/compare/2f7293a...dc2062a)
5+
6+
### Changed
7+
- Reverted breaking change in 0.4.9 that removed the `__non_exhaustive` marker
8+
on the `Book` struct.
9+
[#1572](https://github.com/rust-lang/mdBook/pull/1572)
10+
- Updated handlebars to 4.0.
11+
[#1550](https://github.com/rust-lang/mdBook/pull/1550)
12+
- Removed the `chapter_begin` id on the print page's chapter separators.
13+
[#1541](https://github.com/rust-lang/mdBook/pull/1541)
14+
315
## mdBook 0.4.9
416
[7e01cf9...d325c60](https://github.com/rust-lang/mdBook/compare/7e01cf9...d325c60)
517

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook"
3-
version = "0.4.9"
3+
version = "0.4.10"
44
authors = [
55
"Mathieu David <[email protected]>",
66
"Michael-F-Bryan <[email protected]>",

0 commit comments

Comments
 (0)