Skip to content

Commit 4941acd

Browse files
authored
Merge pull request #2551 from ehuss/bump-version
Update to 0.4.45
2 parents ddba36b + 7e3d2f9 commit 4941acd

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

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

3+
## mdBook 0.4.45
4+
[v0.4.44...v0.4.45](https://github.com/rust-lang/mdBook/compare/v0.4.44...v0.4.45)
5+
6+
### Changed
7+
8+
- Added context to error message when rustdoc is not found.
9+
[#2545](https://github.com/rust-lang/mdBook/pull/2545)
10+
- Slightly changed the styling rules around margins of footnotes.
11+
[#2524](https://github.com/rust-lang/mdBook/pull/2524)
12+
13+
### Fixed
14+
15+
- Fixed an issue where it would panic if a source_path is not set.
16+
[#2550](https://github.com/rust-lang/mdBook/pull/2550)
17+
318
## mdBook 0.4.44
419
[v0.4.43...v0.4.44](https://github.com/rust-lang/mdBook/compare/v0.4.43...v0.4.44)
520

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.44"
6+
version = "0.4.45"
77
authors = [
88
"Mathieu David <[email protected]>",
99
"Michael-F-Bryan <[email protected]>",

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.44/mdbook-v0.4.44-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=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
2525
bin/mdbook build
2626
```
2727

0 commit comments

Comments
 (0)