Skip to content

Commit

Permalink
Release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeCarrier committed Nov 10, 2024
1 parent 75669c4 commit 4f6418a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4f6418a

Please sign in to comment.