Skip to content

Commit

Permalink
bump: version 0.4.4 → 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 10, 2024
1 parent 5a90dde commit 88ef046
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.4.5 (2024-08-10)

### Refactor

- refactor changelog

## v0.4.4 (2024-08-10)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "portable-rez"
version = "0.4.4"
version = "0.4.5"
description = "Portable Rez"
authors = ["loonghao <[email protected]>"]
readme = "README.md"
Expand All @@ -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",
Expand Down

0 comments on commit 88ef046

Please sign in to comment.