We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4530215 commit 40c9713Copy full SHA for 40c9713
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.5.4 (2024-11-08)
2
+
3
+### Refactor
4
5
+- **deps**: update pyoxidizer.bzl and nox_actions/release.py
6
7
## v0.5.3 (2024-11-08)
8
9
### Refactor
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "portable-rez"
-version = "0.5.3"
+version = "0.5.4"
description = "Portable Rez"
authors = ["loonghao <[email protected]>"]
readme = "README.md"
@@ -14,7 +14,7 @@ qt-py = "^1.4.1"
14
15
[tool.commitizen]
16
name = "cz_conventional_commits"
17
18
tag_format = "v$version"
19
version_files = [
20
"pyproject.toml:version",
0 commit comments