Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeCarrier committed Nov 9, 2024
1 parent 81a0e09 commit dd05e4f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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"
Expand Down

0 comments on commit dd05e4f

Please sign in to comment.