Skip to content

Commit

Permalink
Prepare v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeCarrier committed Apr 23, 2024
1 parent 0451545 commit 6b6572e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.9.1: maintainer guilt 2: break the world boogaloo

* Test the most crusty Python version we claim to support
* Fix Python 3.8 regressions introduced in 0.9.0:
* Work around f-string substitution parsing limitation
* Fix type annotation breakage by importing `__future__.annotations`

## 0.9.0: maintainer guilt

* Migrate to Poetry for dependency management
Expand Down
2 changes: 1 addition & 1 deletion docs/github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ authors = ["Luke Carrier <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.10"
mkdocs = "^1.3.0"
mkdocs-drawio-exporter = "^0.9.0"
mkdocs-drawio-exporter = "^0.9.1"

[tool.poetry.dev-dependencies]

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.0"
version = "0.9.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 6b6572e

Please sign in to comment.