Skip to content

Commit 74b2c79

Browse files
authored
Merge pull request #2497 from ehuss/bump-version
Update to 0.4.43
2 parents 6c8020a + ed407b0 commit 74b2c79

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

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

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+
316
## mdBook 0.4.42
417
[v0.4.41...v0.4.42](https://github.com/rust-lang/mdBook/compare/v0.4.41...v0.4.42)
518

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.42"
6+
version = "0.4.43"
77
authors = [
88
"Mathieu David <[email protected]>",
99
"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.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
2525
bin/mdbook build
2626
```
2727

0 commit comments

Comments
 (0)