Skip to content

Commit 40c9713

Browse files
bump: version 0.5.3 → 0.5.4
1 parent 4530215 commit 40c9713

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## v0.5.3 (2024-11-08)
28

39
### Refactor

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "portable-rez"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
description = "Portable Rez"
55
authors = ["loonghao <[email protected]>"]
66
readme = "README.md"
@@ -14,7 +14,7 @@ qt-py = "^1.4.1"
1414

1515
[tool.commitizen]
1616
name = "cz_conventional_commits"
17-
version = "0.5.3"
17+
version = "0.5.4"
1818
tag_format = "v$version"
1919
version_files = [
2020
"pyproject.toml:version",

0 commit comments

Comments
 (0)