From 93bb972b6044d22043d6c191a2e73858ff09d3e5 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 7 Nov 2023 06:52:50 +0000 Subject: [PATCH] 2.0.8 Automatically generated by python-semantic-release --- CHANGELOG.md | 19 +++++++++++++++++++ mdformat_frontmatter/__init__.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6513c6..96db32b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 <chris.butler@redhat.com> + +* fix: Improve consistency + +Signed-off-by: Chris Butler <chris.butler@redhat.com> + +--------- + +Signed-off-by: Chris Butler <chris.butler@redhat.com> ([`45aabf2`](https://github.com/butler54/mdformat-frontmatter/commit/45aabf2ab6e670f6aa53ca27900ca77ef85b959e)) + + ## v2.0.7 (2023-11-07) ### Fix diff --git a/mdformat_frontmatter/__init__.py b/mdformat_frontmatter/__init__.py index 9ce636d..30841ac 100644 --- a/mdformat_frontmatter/__init__.py +++ b/mdformat_frontmatter/__init__.py @@ -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