From 5dd12a22d4e91f10f0070374cb2e922c47a267a7 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 21 Jan 2023 06:29:55 +0000 Subject: [PATCH] 2.0.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ mdformat_frontmatter/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07a0c4c..34da66e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v2.0.1 (2023-01-21) +### Fix +* Clean pipelines to ensure no extra releases ([`3a0a97e`](https://github.com/butler54/mdformat-frontmatter/commit/3a0a97e840e4d365b97ba9909755bd181c194110)) +* Clean pipelines to ensure no extra releases ([`1dc2186`](https://github.com/butler54/mdformat-frontmatter/commit/1dc2186c2c7f7b8a84e2f1134342f38e1ce91610)) +* Clean pipelines to ensure no extra releases ([#19](https://github.com/butler54/mdformat-frontmatter/issues/19)) ([`106a22f`](https://github.com/butler54/mdformat-frontmatter/commit/106a22f52ef6919ae2e8c5029e5c7e40f529c19d)) + ## v2.0.0 (2023-01-21) diff --git a/mdformat_frontmatter/__init__.py b/mdformat_frontmatter/__init__.py index 2f29347..64b3580 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.0" +__version__ = "2.0.1" from .plugin import RENDERERS, update_mdit # noqa: F401