From 1fb47c82693ebf4015faf989010cb798f3a02312 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 24 Nov 2022 17:39:52 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.1.0=20=E2=86=92=201.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2bbd35..a8eec85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.1.1 (2022-11-24) + +### Fix + +- Resolve key error when subsitutions were finded with whitespace + ## v1.1.0 (2022-11-24) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 59272d8..3f19373 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "varst" -version = "1.1.0" +version = "1.1.1" description = "Replace substitutions in rst files with variables." authors = ["Jeonghun-Ban "] maintainers = ["Jeonghun-Ban "] @@ -50,7 +50,7 @@ requires = [ [tool] [tool.commitizen] name = "cz_conventional_commits" -version = "1.1.0" +version = "1.1.1" tag_format = "v$version" version_files = [ "pyproject.toml:version",