Skip to content

Commit 5a4ac03

Browse files
authored
Merge pull request #2312 from ehuss/bump-version
Update to 0.4.37
2 parents bc5cd13 + c5a506e commit 5a4ac03

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

CHANGELOG.md

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

3+
## mdBook 0.4.37
4+
[v0.4.36...v0.4.37](https://github.com/rust-lang/mdBook/compare/v0.4.36...v0.4.37)
5+
6+
### Changed
7+
- ❗️ Updated the markdown parser. This brings in many changes to more closely follow the CommonMark spec. This may cause some small rendering changes. It is recommended to compare the output of the old and new version to check for changes. See <https://github.com/raphlinus/pulldown-cmark/releases/tag/v0.10.0> for more information.
8+
[#2308](https://github.com/rust-lang/mdBook/pull/2308)
9+
- The warning about the legacy `src/theme` directory has been removed.
10+
[#2263](https://github.com/rust-lang/mdBook/pull/2263)
11+
- Updated dependencies. MSRV raised to 1.71.0.
12+
[#2283](https://github.com/rust-lang/mdBook/pull/2283)
13+
[#2293](https://github.com/rust-lang/mdBook/pull/2293)
14+
[#2297](https://github.com/rust-lang/mdBook/pull/2297)
15+
[#2310](https://github.com/rust-lang/mdBook/pull/2310)
16+
[#2309](https://github.com/rust-lang/mdBook/pull/2309)
17+
- Some internal performance/memory improvements.
18+
[#2273](https://github.com/rust-lang/mdBook/pull/2273)
19+
[#2290](https://github.com/rust-lang/mdBook/pull/2290)
20+
- Made the `pathdiff` dependency optional based on the `watch` feature.
21+
[#2291](https://github.com/rust-lang/mdBook/pull/2291)
22+
23+
### Fixed
24+
- The `s` shortcut key handler should not trigger when focus is in an HTML form.
25+
[#2311](https://github.com/rust-lang/mdBook/pull/2311)
26+
327
## mdBook 0.4.36
428
[v0.4.35...v0.4.36](https://github.com/rust-lang/mdBook/compare/v0.4.35...v0.4.36)
529

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

guide/src/continuous-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A simple approach would be to use the popular `curl` CLI tool to download the ex
2121

2222
```sh
2323
mkdir bin
24-
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.36/mdbook-v0.4.36-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
24+
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.37/mdbook-v0.4.37-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
2525
bin/mdbook build
2626
```
2727

0 commit comments

Comments
 (0)