diff --git a/CHANGELOG.md b/CHANGELOG.md index a8eec85..b6c5305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.1.2 (2022-11-26) + +### Refactor + +- Add missing typing to methods + ## v1.1.1 (2022-11-24) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 3f19373..3c8f5a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "varst" -version = "1.1.1" +version = "1.1.2" 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.1" +version = "1.1.2" tag_format = "v$version" version_files = [ "pyproject.toml:version",