Skip to content

Commit 61e500e

Browse files
bump: version 0.5.4 → 0.5.5
1 parent 4ae0fbc commit 61e500e

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.5 (2024-11-08)
2+
3+
### Refactor
4+
5+
- Update .gitignore, CI workflow, and release script
6+
17
## v0.5.4 (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.4"
3+
version = "0.5.5"
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.4"
17+
version = "0.5.5"
1818
tag_format = "v$version"
1919
version_files = [
2020
"pyproject.toml:version",

0 commit comments

Comments
 (0)