diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c5305..3216b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v1.2.0 (2022-11-28) + +### Feat + +- Set default value of output path as input path + +### Refactor + +- Change variable initialization to be done in init method +- Rename variable in parser to sub_pairs + ## v1.1.2 (2022-11-26) ### Refactor diff --git a/pyproject.toml b/pyproject.toml index 3c8f5a1..d1cba03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "varst" -version = "1.1.2" +version = "1.2.0" 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.2" +version = "1.2.0" tag_format = "v$version" version_files = [ "pyproject.toml:version",