Skip to content

Commit 87df1d1

Browse files
prepare release 0.9.1 with svgdx 0.22.2
1 parent d912ca6 commit 87df1d1

File tree

3 files changed

+57
-56
lines changed

3 files changed

+57
-56
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.9.1 2025-08-31]
11+
12+
- Changed: updated to svgdx 0.22.2
13+
1014
## [0.9.0 2025-08-10]
1115

1216
- Changed: updated to svgdx 0.22.1

Cargo.lock

Lines changed: 51 additions & 54 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.9.0"
3+
version = "0.9.1"
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"
@@ -16,7 +16,7 @@ pulldown-cmark = "0.10"
1616
pulldown-cmark-to-cmark = "14.0"
1717
semver = "1.0"
1818
serde_json = "1.0"
19-
svgdx = { version = "0.22.1", default-features = false }
19+
svgdx = { version = "0.22.2", default-features = false }
2020

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

0 commit comments

Comments
 (0)