Skip to content

Commit 1a5286b

Browse files
authored
Merge pull request #2578 from ehuss/bump-version
Update to 0.4.46
2 parents a68091a + c493d3b commit 1a5286b

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## mdBook 0.4.46
4+
[v0.4.45...v0.4.46](https://github.com/rust-lang/mdBook/compare/v0.4.45...v0.4.46)
5+
6+
### Changed
7+
8+
- The `output.html.hash-files` config option has been added to add hashes to static filenames to bust any caches when a book is updated. `{{resource}}` template tags have been added so that links can be properly generated to those files.
9+
[#1368](https://github.com/rust-lang/mdBook/pull/1368)
10+
11+
### Fixed
12+
13+
- Playground links for Rust 2024 now set the edition correctly.
14+
[#2557](https://github.com/rust-lang/mdBook/pull/2557)
15+
316
## mdBook 0.4.45
417
[v0.4.44...v0.4.45](https://github.com/rust-lang/mdBook/compare/v0.4.44...v0.4.45)
518

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

44
[package]
55
name = "mdbook"
6-
version = "0.4.45"
6+
version = "0.4.46"
77
authors = [
88
"Mathieu David <mathieudavid@mathieudavid.org>",
99
"Michael-F-Bryan <michaelfbryan@gmail.com>",

guide/src/continuous-integration.md

+1-1
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.45/mdbook-v0.4.45-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
24+
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.46/mdbook-v0.4.46-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
2525
bin/mdbook build
2626
```
2727

0 commit comments

Comments
 (0)