Skip to content

Commit 07b25cd

Browse files
authored
Merge pull request #2587 from ehuss/bump-version
Update to 0.4.47
2 parents 105d836 + 74fcaf5 commit 07b25cd

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## mdBook 0.4.47
4+
[v0.4.46...v0.4.47](https://github.com/rust-lang/mdBook/compare/v0.4.46...v0.4.47)
5+
6+
### Fixed
7+
8+
- Fixed search not showing up in sub-directories.
9+
[#2586](https://github.com/rust-lang/mdBook/pull/2586)
10+
311
## mdBook 0.4.46
412
[v0.4.45...v0.4.46](https://github.com/rust-lang/mdBook/compare/v0.4.45...v0.4.46)
513

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
@@ -3,7 +3,7 @@ members = [".", "examples/remove-emphasis/mdbook-remove-emphasis"]
33

44
[package]
55
name = "mdbook"
6-
version = "0.4.46"
6+
version = "0.4.47"
77
authors = [
88
"Mathieu David <mathieudavid@mathieudavid.org>",
99
"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.46/mdbook-v0.4.46-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
24+
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.47/mdbook-v0.4.47-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
2525
bin/mdbook build
2626
```
2727

0 commit comments

Comments
 (0)