Skip to content

Commit efb671a

Browse files
authored
Merge pull request #2042 from ehuss/bump-version
Update to 0.4.28
2 parents 4c59405 + a4b4b8f commit efb671a

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## mdBook 0.4.28
4+
[v0.4.27...v0.4.28](https://github.com/rust-lang/mdBook/compare/v0.4.27...v0.4.28)
5+
6+
### Changed
7+
- The sidebar is now shown on wide screens when localstorage is disabled.
8+
[#2017](https://github.com/rust-lang/mdBook/pull/2017)
9+
- Preprocessors are now run with `mdbook test`.
10+
[#1986](https://github.com/rust-lang/mdBook/pull/1986)
11+
12+
### Fixed
13+
- Fixed regression in 0.4.26 that prevented the title bar from scrolling properly on smaller screens.
14+
[#2039](https://github.com/rust-lang/mdBook/pull/2039)
15+
316
## mdBook 0.4.27
417
[v0.4.26...v0.4.27](https://github.com/rust-lang/mdBook/compare/v0.4.26...v0.4.27)
518

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

0 commit comments

Comments
 (0)