From fe6829af390270bea8fd8a2ff25caf6225a300a4 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 7 Nov 2023 04:03:40 +0000 Subject: [PATCH] 2.0.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 9 +++++++++ mdformat_frontmatter/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f47e471..72ce62b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v2.0.5 (2023-11-07) + +### Fix + +* fix(cicd): ignore line endings for now (#31) + +Signed-off-by: Chris Butler <chris.butler@redhat.com> ([`2bb7170`](https://github.com/butler54/mdformat-frontmatter/commit/2bb71709dba922335530516b5353d2262d131646)) + + ## v2.0.4 (2023-11-07) ### Fix diff --git a/mdformat_frontmatter/__init__.py b/mdformat_frontmatter/__init__.py index b19e441..f4faa35 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.4" +__version__ = "2.0.5" from .plugin import RENDERERS, update_mdit # noqa: F401