From 0c51a4d4c65e3c0fc7ce685cec225999d4d78915 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Mon, 22 Jan 2024 17:46:28 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.4.3=20=E2=86=92=201.4.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f86d623..2a16bb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.4.4 (2024-01-22) + +### Fix + +- conditional to trigger coverage for test_compose +- update test_compose for optional test coverage upload + +### Refactor + +- fix trigger condition for coverage in test_compose +- update git user for wiki sync workflow + ## 1.4.3 (2024-01-21) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 23b237b..9b7af39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ docs = [ ] [tool.commitizen] name = "cz_conventional_commits" -version = "1.4.3" +version = "1.4.4" version_files = [ "pyproject.toml:version", ]