From f934582e7549eb52b7b0e9e28878129e798d213e Mon Sep 17 00:00:00 2001 From: msina Date: Sat, 24 Feb 2024 22:52:19 +0330 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.3=20=E2=86=92=200.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aad980..e6a8c4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.4 (2024-02-24) + +### Fix + +- **pyproject.toml**: fix some bugs + ## 0.1.3 (2024-02-24) ### Fix diff --git a/pyproject.toml b/pyproject.toml index b65bca4..c8e2e2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dependencies = { file = ["requirements.txt"] } name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.1.3" +version = "0.1.4" update_changelog_on_bump = true major_version_zero = true