Skip to content

Commit db6699d

Browse files
committed
Update to 0.4.29
1 parent 0992173 commit db6699d

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

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

3+
## mdBook 0.4.29
4+
[v0.4.28...v0.4.29](https://github.com/rust-lang/mdBook/compare/v0.4.28...v0.4.29)
5+
6+
### Changed
7+
- Built-in fonts are no longer copied when `fonts/fonts.css` is overridded in the theme directory.
8+
Additionally, the warning about `copy-fonts` has been removed if `fonts/fonts.css` is specified.
9+
[#2080](https://github.com/rust-lang/mdBook/pull/2080)
10+
- `mdbook init --force` now skips all interactive prompts as intended.
11+
[#2057](https://github.com/rust-lang/mdBook/pull/2057)
12+
- Updated dependencies
13+
[#2063](https://github.com/rust-lang/mdBook/pull/2063)
14+
[#2086](https://github.com/rust-lang/mdBook/pull/2086)
15+
[#2082](https://github.com/rust-lang/mdBook/pull/2082)
16+
[#2084](https://github.com/rust-lang/mdBook/pull/2084)
17+
[#2085](https://github.com/rust-lang/mdBook/pull/2085)
18+
19+
### Fixed
20+
- Switched from the `gitignore` library to `ignore`. This should bring some improvements with gitignore handling.
21+
[#2076](https://github.com/rust-lang/mdBook/pull/2076)
22+
323
## mdBook 0.4.28
424
[v0.4.27...v0.4.28](https://github.com/rust-lang/mdBook/compare/v0.4.27...v0.4.28)
525

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.28"
3+
version = "0.4.29"
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.28/mdbook-v0.4.28-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
24+
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.29/mdbook-v0.4.29-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
2525
bin/mdbook build
2626
```
2727

0 commit comments

Comments
 (0)