Skip to content

Commit bc3399c

Browse files
committed
Update version to 0.5.0-alpha.1
This bumps the main crate to 0.5.0-alpha.1 in preparation for the 0.5 release.
1 parent 4a655ff commit bc3399c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mdbook-core = { path = "crates/mdbook-core" }
2525

2626
[package]
2727
name = "mdbook"
28-
version = "0.4.52"
28+
version = "0.5.0-alpha.1"
2929
authors = [
3030
"Mathieu David <[email protected]>",
3131
"Michael-F-Bryan <[email protected]>",

examples/remove-emphasis/mdbook-remove-emphasis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition.workspace = true
55

66
[dependencies]
7-
mdbook = { version = "0.4.40", path = "../../.." }
7+
mdbook = { path = "../../.." }
88
pulldown-cmark = { version = "0.12.2", default-features = false }
99
pulldown-cmark-to-cmark = "18.0.0"
1010
serde_json = "1.0.132"

0 commit comments

Comments
 (0)