diff --git a/CHANGELOG.md b/CHANGELOG.md index fd12a88..b874fc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.4.5 (2024-08-10) + +### Refactor + +- refactor changelog + ## v0.4.4 (2024-08-10) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 6ed3d11..48c7fbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "portable-rez" -version = "0.4.4" +version = "0.4.5" description = "Portable Rez" authors = ["loonghao "] readme = "README.md" @@ -10,7 +10,7 @@ python = "^3.10" [tool.commitizen] name = "cz_conventional_commits" -version = "0.4.4" +version = "0.4.5" tag_format = "v$version" version_files = [ "pyproject.toml:version",