Skip to content

Commit 2ea30c0

Browse files
authored
Merge pull request #3155 from ehuss/bump-version
Bump version to 0.5.4
2 parents 0e5ddf6 + a08ba2b commit 2ea30c0

10 files changed

Lines changed: 52 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## mdBook 0.5.4
4+
[v0.5.3...v0.5.4](https://github.com/rust-lang/mdBook/compare/v0.5.3...v0.5.4)
5+
6+
### Added
7+
8+
- Added zoomable images feature.
9+
[#3127](https://github.com/rust-lang/mdBook/pull/3127)
10+
11+
### Changed
12+
13+
- Updated dependencies.
14+
[#3149](https://github.com/rust-lang/mdBook/pull/3149)
15+
[#3152](https://github.com/rust-lang/mdBook/pull/3152)
16+
[#3129](https://github.com/rust-lang/mdBook/pull/3129)
17+
[#3130](https://github.com/rust-lang/mdBook/pull/3130)
18+
19+
### Fixed
20+
21+
- Fixed layout bug with images in links.
22+
[#3142](https://github.com/rust-lang/mdBook/pull/3142)
23+
- Fixed previous-chapter nav hover overlapping sidebar resize handle.
24+
[#3134](https://github.com/rust-lang/mdBook/pull/3134)
25+
- Fixed missing LICENSE files in published crates.
26+
[#3135](https://github.com/rust-lang/mdBook/pull/3135)
27+
- Switched recommendation to linkcheck2 fork.
28+
[#3132](https://github.com/rust-lang/mdBook/pull/3132)
29+
- Fixed version in CI source install docs.
30+
[#3154](https://github.com/rust-lang/mdBook/pull/3154)
31+
332
## mdBook 0.5.3
433
[v0.5.2...v0.5.3](https://github.com/rust-lang/mdBook/compare/v0.5.2...v0.5.3)
534

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ hex = "0.4.3"
3939
html5ever = "0.39.0"
4040
indexmap = "2.14.0"
4141
ignore = "0.4.26"
42-
mdbook-core = { path = "crates/mdbook-core", version = "0.5.3" }
43-
mdbook-driver = { path = "crates/mdbook-driver", version = "0.5.3" }
44-
mdbook-html = { path = "crates/mdbook-html", version = "0.5.3" }
45-
mdbook-markdown = { path = "crates/mdbook-markdown", version = "0.5.3" }
46-
mdbook-preprocessor = { path = "crates/mdbook-preprocessor", version = "0.5.3" }
47-
mdbook-renderer = { path = "crates/mdbook-renderer", version = "0.5.3" }
48-
mdbook-summary = { path = "crates/mdbook-summary", version = "0.5.3" }
42+
mdbook-core = { path = "crates/mdbook-core", version = "0.5.4" }
43+
mdbook-driver = { path = "crates/mdbook-driver", version = "0.5.4" }
44+
mdbook-html = { path = "crates/mdbook-html", version = "0.5.4" }
45+
mdbook-markdown = { path = "crates/mdbook-markdown", version = "0.5.4" }
46+
mdbook-preprocessor = { path = "crates/mdbook-preprocessor", version = "0.5.4" }
47+
mdbook-renderer = { path = "crates/mdbook-renderer", version = "0.5.4" }
48+
mdbook-summary = { path = "crates/mdbook-summary", version = "0.5.4" }
4949
memchr = "2.8.2"
5050
notify = "8.2.0"
5151
notify-debouncer-mini = "0.7.0"
@@ -71,7 +71,7 @@ walkdir = "2.5.0"
7171

7272
[package]
7373
name = "mdbook"
74-
version = "0.5.3"
74+
version = "0.5.4"
7575
authors = [
7676
"Mathieu David <mathieudavid@mathieudavid.org>",
7777
"Michael-F-Bryan <michaelfbryan@gmail.com>",

crates/mdbook-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook-core"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
description = "The base support library for mdbook, intended for internal use only"
55
edition.workspace = true
66
license.workspace = true

crates/mdbook-driver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook-driver"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
description = "High-level library for running mdBook"
55
edition.workspace = true
66
license.workspace = true

crates/mdbook-html/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook-html"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
description = "mdBook HTML renderer"
55
edition.workspace = true
66
license.workspace = true

crates/mdbook-markdown/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook-markdown"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
description = "Markdown processing used in mdBook"
55
edition.workspace = true
66
license.workspace = true

crates/mdbook-preprocessor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook-preprocessor"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
description = "Library to assist implementing an mdBook preprocessor"
55
edition.workspace = true
66
license.workspace = true

crates/mdbook-renderer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook-renderer"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
description = "Library to assist implementing an mdBook renderer"
55
edition.workspace = true
66
license.workspace = true

crates/mdbook-summary/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook-summary"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
description = "Summary parser for mdBook"
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)