+16
-3
lines changedFilter options
+16
-3
lines changed Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## mdBook 0.4.43
4
+
[v0.4.42...v0.4.43](https://github.com/rust-lang/mdBook/compare/v0.4.42...v0.4.43)
5
+
6
+
### Fixed
7
+
8
+
- Fixed setting the title in `mdbook init` when no git user is configured.
9
+
[#2486](https://github.com/rust-lang/mdBook/pull/2486)
10
+
11
+
### Changed
12
+
13
+
- The Rust 2024 edition no longer needs `-Zunstable-options`.
14
+
[#2495](https://github.com/rust-lang/mdBook/pull/2495)
15
+
3
16
## mdBook 0.4.42
4
17
[v0.4.41...v0.4.42](https://github.com/rust-lang/mdBook/compare/v0.4.41...v0.4.42)
5
18
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ members = [".", "examples/remove-emphasis/mdbook-remove-emphasis"]
3
3
4
4
[package]
5
5
name = "mdbook"
6
-
version = "0.4.42"
6
+
version = "0.4.43"
7
7
authors = [
8
8
"Mathieu David <mathieudavid@mathieudavid.org>",
9
9
"Michael-F-Bryan <michaelfbryan@gmail.com>",
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ A simple approach would be to use the popular `curl` CLI tool to download the ex
21
21
22
22
```sh
23
23
mkdir bin
24
-
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.42/mdbook-v0.4.42-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
24
+
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.43/mdbook-v0.4.43-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
25
25
bin/mdbook build
26
26
```
27
27
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4