From 57ce4c31b3c9d592eb0493ed1625bf543ac0ed84 Mon Sep 17 00:00:00 2001 From: Timur Osmanov Date: Wed, 13 Dec 2023 14:34:17 +0300 Subject: [PATCH] update: version --- changelog.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 53601b9..2e03d1d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 1.0.7 + +- fix: the bug of incorrect selection of the frontmatter has been fixed + # 1.0.6 - feat: frontmatter processing and option for frontmatter escaping diff --git a/setup.py b/setup.py index bcef9f7..44b62b5 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ description=SHORT_DESCRIPTION, long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown', - version='1.0.6', + version='1.0.7', author='Artemy Lomov', author_email='artemy@lomov.ru', url='https://github.com/foliant-docs/foliantcontrib.escapecode',