Skip to content

Commit ffa8284

Browse files
authored
Merge pull request #1661 from ehuss/bump-version
Update to 0.4.13
2 parents f55028b + 3e91f9c commit ffa8284

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

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

3+
## mdBook 0.4.13
4+
[e6629cd...f55028b](https://github.com/rust-lang/mdBook/compare/e6629cd...f55028b)
5+
6+
### Added
7+
8+
- Added the ability to specify the preprocessor order.
9+
[#1607](https://github.com/rust-lang/mdBook/pull/1607)
10+
11+
### Fixed
12+
13+
- Include chapters with no headers in the search index
14+
[#1637](https://github.com/rust-lang/mdBook/pull/1637)
15+
- Switched to the `opener` crate for opening a web browser, which should fix
16+
some issues with blocking.
17+
[#1656](https://github.com/rust-lang/mdBook/pull/1656)
18+
- Fixed clicking the border of the theme switcher breaking the theme selection.
19+
[#1651](https://github.com/rust-lang/mdBook/pull/1651)
20+
321
## mdBook 0.4.12
422
[14add9c...8b4e488](https://github.com/rust-lang/mdBook/compare/14add9c...8b4e488)
523

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.12"
3+
version = "0.4.13"
44
authors = [
55
"Mathieu David <[email protected]>",
66
"Michael-F-Bryan <[email protected]>",

0 commit comments

Comments
 (0)