From cfe0ff42cace711dbb5c1d4226b3ef2e5c0ba0de Mon Sep 17 00:00:00 2001 From: Benjamin Piwowarski Date: Thu, 21 Dec 2023 16:22:03 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.4.1=20=E2=86=92=201.4.2?= 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 c03d9d7..1baa6a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.4.2 (2023-12-21) + +### Fix + +- parent should be really optional + ## v1.4.1 (2023-12-19) ### Feat diff --git a/pyproject.toml b/pyproject.toml index c8b6a41..60f0dd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ warn_unused_ignores = true [tool.commitizen] name = "cz_conventional_commits" -version = "1.4.1" +version = "1.4.2" changelog_start_rev = "0.15.0" tag_format = "v$version" update_changelog_on_bump = true