Skip to content

Commit 72d66aa

Browse files
committed
Bump up version
1 parent 7ebab3c commit 72d66aa

File tree

3 files changed

+640
-632
lines changed

3 files changed

+640
-632
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v0.2.2](https://github.com/hkato/markdown-mermaid-cli/releases/tag/v0.2.2) - 2025-08-15
4+
5+
- Add --disable-gpu to puppeteer-config.json by @noggynoggy in #4
6+
7+
### Changed
8+
9+
- Image format option from 'image' to 'format'
10+
311
## [v0.2.0](https://github.com/hkato/markdown-mermaid-cli/releases/tag/v0.2.0) - 2025-04-26
412

513
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "markdown-mermaid-cli"
7-
version = "0.2.0"
7+
version = "0.2.2"
88
dependencies = [
99
"markdown>=3.8",
1010
]

0 commit comments

Comments
 (0)