Skip to content

Commit 904aa53

Browse files
authored
Merge pull request #2111 from ehuss/bump-version
Update to 0.4.31
2 parents 41d19e7 + fa316f3 commit 904aa53

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## mdBook 0.4.31
4+
[v0.4.30...v0.4.31](https://github.com/rust-lang/mdBook/compare/v0.4.30...v0.4.31)
5+
6+
### Fixed
7+
- Fixed menu border render flash during page navigation.
8+
[#2101](https://github.com/rust-lang/mdBook/pull/2101)
9+
- Fixed flicker setting sidebar scroll position.
10+
[#2104](https://github.com/rust-lang/mdBook/pull/2104)
11+
- Fixed compile error with proc-macro2 on latest Rust nightly.
12+
[#2109](https://github.com/rust-lang/mdBook/pull/2109)
13+
314
## mdBook 0.4.30
415
[v0.4.29...v0.4.30](https://github.com/rust-lang/mdBook/compare/v0.4.29...v0.4.30)
516

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.30"
3+
version = "0.4.31"
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.30/mdbook-v0.4.30-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=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
2525
bin/mdbook build
2626
```
2727

0 commit comments

Comments
 (0)