From 1fc05bf0ae720367226ea7c0abd1fe4a98fd2d85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 28 Nov 2022 16:12:24 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.1.2=20=E2=86=92=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) 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",