From 96dabd5ebbc01e3d40ced572aaec832cc8f4012f Mon Sep 17 00:00:00 2001 From: Benjamin Piwowarski Date: Tue, 19 Dec 2023 15:41:44 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.4.0=20=E2=86=92=201.4.1?= 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 c237bd6..c03d9d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v1.4.1 (2023-12-19) + +### Feat + +- decorator class method for experiment helpers +- representation of identifier as hex string +- load task from directory + +### Fix + +- identifier is a method not a property + ## v1.4.0 (2023-12-16) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 92f743d..c8b6a41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ warn_unused_ignores = true [tool.commitizen] name = "cz_conventional_commits" -version = "1.4.0" +version = "1.4.1" changelog_start_rev = "0.15.0" tag_format = "v$version" update_changelog_on_bump = true