From e08262b827a4678484041159ad5f88976c5b79be Mon Sep 17 00:00:00 2001 From: Eddy Luten Date: Mon, 8 Apr 2024 09:46:56 -0500 Subject: [PATCH] Updated readme with bug fix details and bumped up to 0.8.1 --- README.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acb56f5..4d68183 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,10 @@ pylint $(git ls-files '*.py') && pytest -vv ## Changelog +## 0.8.1 + +**Bug Fix:** fixes a bug where annotations would break older versions of Python 3. Bug report: [#9](https://github.com/EddyLuten/mkdocs-alias-plugin/issues/9). + ## 0.8.0 This release adds functionality to replace the titles of aliases containing anchors with the text of the heading that defines them. Enable this feature by setting the plugin option `use_anchor_titles` to true. Feature request: [#8](https://github.com/EddyLuten/mkdocs-alias-plugin/issues/8). diff --git a/setup.py b/setup.py index 680cdb2..528ded7 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='mkdocs-alias-plugin', - version='0.8.0', + version='0.8.1', description= 'An MkDocs plugin allowing links to your pages using a custom alias', long_description=long_description,