Skip to content

Commit aed518f

Browse files
authored
Merge pull request #2129 from ehuss/bump-version
Update to 0.4.32
2 parents e942d41 + 38fcfd8 commit aed518f

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## mdBook 0.4.32
4+
[v0.4.31...v0.4.32](https://github.com/rust-lang/mdBook/compare/v0.4.31...v0.4.32)
5+
6+
### Fixed
7+
- Fixed theme-color meta tag not syncing with the theme.
8+
[#2118](https://github.com/rust-lang/mdBook/pull/2118)
9+
10+
### Changed
11+
- Updated all dependencies.
12+
[#2121](https://github.com/rust-lang/mdBook/pull/2121)
13+
[#2122](https://github.com/rust-lang/mdBook/pull/2122)
14+
[#2123](https://github.com/rust-lang/mdBook/pull/2123)
15+
[#2124](https://github.com/rust-lang/mdBook/pull/2124)
16+
[#2125](https://github.com/rust-lang/mdBook/pull/2125)
17+
[#2126](https://github.com/rust-lang/mdBook/pull/2126)
18+
319
## mdBook 0.4.31
420
[v0.4.30...v0.4.31](https://github.com/rust-lang/mdBook/compare/v0.4.30...v0.4.31)
521

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook"
3-
version = "0.4.31"
3+
version = "0.4.32"
44
authors = [
55
"Mathieu David <[email protected]>",
66
"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.31/mdbook-v0.4.31-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
24+
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.32/mdbook-v0.4.32-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
2525
bin/mdbook build
2626
```
2727

0 commit comments

Comments
 (0)