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",