From 6468624b0e1f4a81b1c7ffe4b26769e5f758f07c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 10 Aug 2024 08:08:10 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.0=20=E2=86=92=200.3.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 6cb692e..040f9ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.3.1 (2024-08-10) + +### Fix + +- fix build exe + ## v0.3.0 (2024-08-10) ### Feat diff --git a/pyproject.toml b/pyproject.toml index e4daff4..a3d5731 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "portable-rez" -version = "0.3.0" +version = "0.3.1" description = "Portable Rez" authors = ["loonghao "] readme = "README.md" @@ -10,7 +10,7 @@ python = "^3.10" [tool.commitizen] name = "cz_conventional_commits" -version = "0.3.0" +version = "0.3.1" tag_format = "v$version" version_files = [ "pyproject.toml:version",