From 53d17e2e4743795cdb2610556ebba27b729c5b53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 24 Apr 2023 12:00:17 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.0=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ffd9e9..39e6e18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.4.0 (2023-04-24) + +### Feat + +- use new entry point format + ## v0.3.0 (2023-02-01) ### Feat diff --git a/pyproject.toml b/pyproject.toml index d559f72..35887e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cz_nhm" -version = "0.3.0" +version = "0.4.0" description = "Commitizen config for the NHM, London" readme = "README.md" license = { text = "MIT" } @@ -48,7 +48,7 @@ make-summary-multi-line = true [tool.commitizen] name = "cz_conventional_commits" -version = "0.3.0" +version = "0.4.0" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = false