Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 22129b1

Browse files
committed
Release 0.10.2
1 parent 35e0154 commit 22129b1

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 0.10.2: fix diagram source path generation with use_directory_urls for non-index pages
4+
5+
* Navigate up an additional parent directory for non-index files when `use_directory_urls` is enabled (the default); props @Thiti517
6+
* Make example container image compatible with Docker rootless
7+
* Actions workflow example now installs libasound{ => t64 }
8+
39
## 0.10.1: fix diagram source path generation
410

511
* Compute diagram source paths relative to source, not dest, path

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Markdown==3.6
88
MarkupSafe==2.1.5
99
mergedeep==1.3.4
1010
mkdocs==1.6.0
11-
mkdocs-drawio-exporter==0.10.1
11+
mkdocs-drawio-exporter==0.10.2
1212
mkdocs-get-deps==0.2.0
1313
mkdocs-glightbox==0.4.0
1414
packaging==24.1

pyproject.toml

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

55
[tool.poetry]
66
name = "mkdocs-drawio-exporter"
7-
version = "0.10.1"
7+
version = "0.10.2"
88
description = "Exports your Draw.io diagrams at build time for easier embedding into your documentation"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)