Skip to content

Commit 7c4562a

Browse files
authored
Merge pull request #2023 from ehuss/bump-version
Update to 0.4.27
2 parents 958b456 + 6e3176f commit 7c4562a

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Changelog
22

3+
## mdBook 0.4.27
4+
[v0.4.26...v0.4.27](https://github.com/rust-lang/mdBook/compare/v0.4.26...v0.4.27)
5+
6+
### Changed
7+
- Reverted the dependency update to the `toml` crate. This was an unintentional breaking change in 0.4.26.
8+
[#2021](https://github.com/rust-lang/mdBook/pull/2021)
9+
310
## mdBook 0.4.26
411
[v0.4.25...v0.4.26](https://github.com/rust-lang/mdBook/compare/v0.4.25...v0.4.26)
512

13+
**The 0.4.26 release has been yanked due to an unintentional breaking change.**
14+
615
### Changed
716
- Removed custom scrollbars for webkit browsers
817
[#1961](https://github.com/rust-lang/mdBook/pull/1961)

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.26"
3+
version = "0.4.27"
44
authors = [
55
"Mathieu David <mathieudavid@mathieudavid.org>",
66
"Michael-F-Bryan <michaelfbryan@gmail.com>",

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

0 commit comments

Comments
 (0)