Skip to content

Commit 671cdf5

Browse files
prepare release 0.22.1
1 parent e18a4c6 commit 671cdf5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.22.1 - 2025-08-10]
11+
12+
- Fixed: make `AutoStyleTheme` and `ThemeType` public.
13+
1014
## [0.22.0 - 2025-08-10]
1115

1216
- Refactor: Significant rewrite of auto-style logic, de-coupling style rules

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "svgdx"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
description = "create SVG diagrams easily"
55
authors = ["Ben Bass <benbass@codedstructure.net>"]
66
repository = "https://github.com/codedstructure/svgdx"

0 commit comments

Comments
 (0)