Skip to content

Commit 6d183be

Browse files
authored
Merge pull request #2471 from ehuss/bump-version
Update to 0.4.41
2 parents 271bbba + c83a34b commit 6d183be

File tree

4 files changed

+35
-3
lines changed

4 files changed

+35
-3
lines changed

CHANGELOG.md

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

3+
## mdBook 0.4.41
4+
[v0.4.40...v0.4.41](https://github.com/rust-lang/mdBook/compare/v0.4.40...v0.4.41)
5+
6+
### Added
7+
8+
- Added preliminary support for Rust 2024 edition.
9+
[#2398](https://github.com/rust-lang/mdBook/pull/2398)
10+
- Added a full example of the remove-emphasis preprocessor.
11+
[#2464](https://github.com/rust-lang/mdBook/pull/2464)
12+
13+
### Changed
14+
15+
- Adjusted styling of clipboard/play icons.
16+
[#2421](https://github.com/rust-lang/mdBook/pull/2421)
17+
- Updated to handlebars v6.
18+
[#2416](https://github.com/rust-lang/mdBook/pull/2416)
19+
- Attr and section rules now have specific code highlighting.
20+
[#2448](https://github.com/rust-lang/mdBook/pull/2448)
21+
- The sidebar is now loaded from a common file, significantly reducing the book size when there are many chapters.
22+
[#2414](https://github.com/rust-lang/mdBook/pull/2414)
23+
- Updated dependencies.
24+
[#2470](https://github.com/rust-lang/mdBook/pull/2470)
25+
26+
### Fixed
27+
28+
- Improved theme support when JavaScript is disabled.
29+
[#2454](https://github.com/rust-lang/mdBook/pull/2454)
30+
- Fixed broken themes when localStorage has an invalid theme id.
31+
[#2463](https://github.com/rust-lang/mdBook/pull/2463)
32+
- Adjusted the line-height of superscripts (and footnotes) to avoid adding extra space between lines.
33+
[#2465](https://github.com/rust-lang/mdBook/pull/2465)
34+
335
## mdBook 0.4.40
436
[v0.4.39...v0.4.40](https://github.com/rust-lang/mdBook/compare/v0.4.39...v0.4.40)
537

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
@@ -3,7 +3,7 @@ members = [".", "examples/remove-emphasis/mdbook-remove-emphasis"]
33

44
[package]
55
name = "mdbook"
6-
version = "0.4.40"
6+
version = "0.4.41"
77
authors = [
88
"Mathieu David <[email protected]>",
99
"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.40/mdbook-v0.4.40-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
24+
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.41/mdbook-v0.4.41-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
2525
bin/mdbook build
2626
```
2727

0 commit comments

Comments
 (0)