From 4e98504813bc3a74e5e04d7f54a8e733e6f72054 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 6 Oct 2024 16:17:52 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.5.8=20=E2=86=92=200.5.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.cz.toml b/.cz.toml index 46ce69a1e..9a10406d6 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,6 +2,6 @@ name = "cz_conventional_commits" tag_format = "v$version" version_scheme = "semver" -version = "0.5.8" +version = "0.5.9" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md index e571bf12b..f17a2d7bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.5.9 (2024-10-06) + +### Feat + +- add Motr support +- update UIUX PKL to utilize optional fields + +### Fix + +- Update source directory for asset publishing + ## v0.5.8 (2024-10-04) ### Refactor