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.
This commit is contained in:
Eric Huss 2025-07-21 11:00:41 -07:00
parent 4a655ff2a3
commit bc3399cc22
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1255,7 +1255,7 @@ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
[[package]]
name = "mdbook"
version = "0.4.52"
version = "0.5.0-alpha.1"
dependencies = [
"ammonia",
"anyhow",

View file

@ -25,7 +25,7 @@ mdbook-core = { path = "crates/mdbook-core" }
[package]
name = "mdbook"
version = "0.4.52"
version = "0.5.0-alpha.1"
authors = [
"Mathieu David <mathieudavid@mathieudavid.org>",
"Michael-F-Bryan <michaelfbryan@gmail.com>",

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition.workspace = true
[dependencies]
mdbook = { version = "0.4.40", path = "../../.." }
mdbook = { path = "../../.." }
pulldown-cmark = { version = "0.12.2", default-features = false }
pulldown-cmark-to-cmark = "18.0.0"
serde_json = "1.0.132"