From dd05e4f2889c2c29995eb917a01bfc9c36c83d49 Mon Sep 17 00:00:00 2001 From: Luke Carrier Date: Sat, 9 Nov 2024 21:54:21 +0000 Subject: [PATCH] Release 0.10.0 --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d2fcb4..c8fcf2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.10.0: improve compatibility with other plugins + +* Rewrite image embeds in `on_page_markdown` + * Breaking change: `embed_format` no longer provides `{img_open}` and `{img_close}` +* Dependency version bumps +* Document functional Docker example +* Nix dev shell for easier development setup +* Linting via Ruff + ## 0.9.1: maintainer guilt 2: break the world boogaloo * Test the most crusty Python version we claim to support diff --git a/pyproject.toml b/pyproject.toml index c4b25f4..9613ea2 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.9.1" +version = "0.10.0" description = "Exports your Draw.io diagrams at build time for easier embedding into your documentation" readme = "README.md" license = "MIT"