diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fe3607..f9d26ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.5.1 (2024-10-28) + +### Refactor + +- update pyoxidizer.bzl module modification + ## v0.5.0 (2024-10-21) ### Feat diff --git a/pyproject.toml b/pyproject.toml index f0fc9b9..be84a57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "portable-rez" -version = "0.5.0" +version = "0.5.1" description = "Portable Rez" authors = ["loonghao "] readme = "README.md" @@ -10,7 +10,7 @@ python = "^3.10" [tool.commitizen] name = "cz_conventional_commits" -version = "0.5.0" +version = "0.5.1" tag_format = "v$version" version_files = [ "pyproject.toml:version",