Skip to content

Commit

Permalink
Updated readme with bug fix details and bumped up to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyLuten committed Apr 8, 2024
1 parent bf18937 commit e08262b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e08262b

Please sign in to comment.