Skip to content

Commit 74870fe

Browse files
prepare relase 0.13.0 with svgdx 0.26.0
1 parent 41c05df commit 74870fe

File tree

3 files changed

+64
-60
lines changed

3 files changed

+64
-60
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.13.0 2026-01-04]
11+
12+
- Changed: updated to svgdx 0.26.0
13+
1014
## [0.12.0 2025-11-22]
1115

1216
- Changed: updated to svgdx 0.25.0

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook-svgdx"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
description = "mdbook preprocessor to convert svgdx fenced code blocks into inline SVG images"
55
authors = ["Ben Bass <benbass@codedstructure.net>"]
66
repository = "https://github.com/codedstructure/mdbook-svgdx"
@@ -17,7 +17,7 @@ pulldown-cmark = "0.13"
1717
pulldown-cmark-to-cmark = "21.0"
1818
semver = "1.0"
1919
serde_json = "1.0"
20-
svgdx = { version = "0.25.0", default-features = false }
20+
svgdx = { version = "0.26.0", default-features = false }
2121

2222
[dev-dependencies]
2323
assertables = "9.5.0"

0 commit comments

Comments
 (0)