From f22dfe7da1cd519f3f89f80d72ea6a54e1f3f6fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 10 Aug 2024 12:00:20 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.4.0=20=E2=86=92=200.4.1?= 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 bc30f3b..ae19d84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.4.1 (2024-08-10) + +### Refactor + +- Upload artifacts to release. + ## v0.4.0 (2024-08-10) ### Feat diff --git a/pyproject.toml b/pyproject.toml index acf375b..02e1069 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "portable-rez" -version = "0.4.0" +version = "0.4.1" description = "Portable Rez" authors = ["loonghao "] readme = "README.md" @@ -10,7 +10,7 @@ python = "^3.10" [tool.commitizen] name = "cz_conventional_commits" -version = "0.4.0" +version = "0.4.1" tag_format = "v$version" version_files = [ "pyproject.toml:version",