Skip to content

Commit

Permalink
2.0.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 7, 2023
1 parent 45aabf2 commit 93bb972
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@



## v2.0.8 (2023-11-07)

### Fix

* fix: Decrease duplication and ensure dependencies are consistenly encoded in pyproject.toml (#34)

* fix: Decrease duplication and ensure dependencies are consistenly encoded in pyproject.toml

Signed-off-by: Chris Butler <[email protected]>

* fix: Improve consistency

Signed-off-by: Chris Butler <[email protected]>

---------

Signed-off-by: Chris Butler <[email protected]> ([`45aabf2`](https://github.com/butler54/mdformat-frontmatter/commit/45aabf2ab6e670f6aa53ca27900ca77ef85b959e))


## v2.0.7 (2023-11-07)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion mdformat_frontmatter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""An mdformat plugin for parsing / ignoring frontmatter."""

__version__ = "2.0.7"
__version__ = "2.0.8"

from .plugin import RENDERERS, update_mdit # noqa: F401

0 comments on commit 93bb972

Please sign in to comment.