Skip to content

Commit d0bb830

Browse files
committed
Update to 0.4.9
1 parent d325c60 commit d0bb830

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## mdBook 0.4.9
4+
[7e01cf9...d325c60](https://github.com/rust-lang/mdBook/compare/7e01cf9...d325c60)
5+
6+
### Changed
7+
- Updated all dependencies and raised the minimum Rust version to 1.42.
8+
[#1528](https://github.com/rust-lang/mdBook/pull/1528)
9+
- Added more detail to error message when a preprocessor fails.
10+
[#1526](https://github.com/rust-lang/mdBook/pull/1526)
11+
- Set max-width of HTML video tags to 100% to match img tags.
12+
[#1542](https://github.com/rust-lang/mdBook/pull/1542)
13+
14+
### Fixed
15+
- Type errors when parsing `book.toml` are no longer ignored.
16+
[#1539](https://github.com/rust-lang/mdBook/pull/1539)
17+
- Better handling if `mdbook serve` fails to start the http server.
18+
[#1555](https://github.com/rust-lang/mdBook/pull/1555)
19+
- Fixed the path for `edit-url-template` if the book used a source directory
20+
other than `src`.
21+
[#1554](https://github.com/rust-lang/mdBook/pull/1554)
22+
323
## mdBook 0.4.8
424
[fcceee4...b592b10](https://github.com/rust-lang/mdBook/compare/fcceee4...b592b10)
525

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

0 commit comments

Comments
 (0)