Skip to content

Commit eb77083

Browse files
authored
Merge pull request #1953 from ehuss/bump-version
Update to 0.4.23
2 parents 68a75da + 2193623 commit eb77083

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

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

3+
## mdBook 0.4.23
4+
[678b469...68a75da](https://github.com/rust-lang/mdBook/compare/678b469...68a75da)
5+
6+
### Changed
7+
- Updated all dependencies
8+
[#1951](https://github.com/rust-lang/mdBook/pull/1951)
9+
[#1952](https://github.com/rust-lang/mdBook/pull/1952)
10+
[#1844](https://github.com/rust-lang/mdBook/pull/1844)
11+
- Updated minimum Rust version to 1.60.
12+
[#1951](https://github.com/rust-lang/mdBook/pull/1951)
13+
14+
### Fixed
15+
- Fixed a regression where playground code was missing hidden lines, preventing it from compiling correctly.
16+
[#1950](https://github.com/rust-lang/mdBook/pull/1950)
17+
318
## mdBook 0.4.22
419
[40c06f5...4844f72](https://github.com/rust-lang/mdBook/compare/40c06f5...4844f72)
520

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

0 commit comments

Comments
 (0)