Skip to content

Commit 8bd5935

Browse files
bump: version 0.14.2 → 0.15.0
1 parent 38ab951 commit 8bd5935

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.15.0 (2025-10-17)
2+
3+
### Feat
4+
5+
- add maya_secure_system virus vaccine support
6+
17
## v0.14.2 (2024-07-25)
28

39
### Refactor

maya_umbrella/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.14.2"
1+
__version__ = "0.15.0"

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 = "maya_umbrella"
3-
version = "0.14.2"
3+
version = "0.15.0"
44
description = "A better Autodesk Maya antivirus tool detects and removes malicious."
55
homepage = "https://github.com/loonghao/maya_umbrella"
66
repository = "https://github.com/loonghao/maya_umbrella"
@@ -36,7 +36,7 @@ nox = { version = "^2024.3.2", python = ">=3.8.1,<3.11" }
3636

3737
[tool.commitizen]
3838
name = "cz_conventional_commits"
39-
version = "0.14.2"
39+
version = "0.15.0"
4040
tag_format = "v$version"
4141
version_files = [
4242
"pyproject.toml:version",

0 commit comments

Comments
 (0)