From fe6fe740ade2b18d782514aec2d1b14c98d7e254 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 26 Dec 2022 12:22:42 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.2.1=20=E2=86=92=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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",