diff --git a/CHANGELOG.md b/CHANGELOG.md index aa5a165..6e19501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.3.0 (2022-12-26) + +### Feat + +- **substitution**: Make update method pass directive_type +- **substitution**: Add directive_type method +- **substitution**: Add directive param to substitution_def method + ## v1.2.1 (2022-12-22) ### Refactor diff --git a/pyproject.toml b/pyproject.toml index aa5d9b1..65040f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "varst" -version = "1.2.1" +version = "1.3.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.2.1" +version = "1.3.0" tag_format = "v$version" version_files = [ "pyproject.toml:version",