diff --git a/CHANGELOG.md b/CHANGELOG.md index c8fcf2b..0124a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.10.1: fix diagram source path generation + +* Compute diagram source paths relative to source, not dest, path + ## 0.10.0: improve compatibility with other plugins * Rewrite image embeds in `on_page_markdown` diff --git a/pyproject.toml b/pyproject.toml index 9613ea2..b5e8315 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "mkdocs-drawio-exporter" -version = "0.10.0" +version = "0.10.1" description = "Exports your Draw.io diagrams at build time for easier embedding into your documentation" readme = "README.md" license = "MIT"