diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d1aed..c228c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.4.0 (2024-05-05) + +### Feat + +- Improve codes for setup callback and clean virus + +### Refactor + +- except any error for fix 3dc + ## v0.3.0 (2024-05-04) ### Feat diff --git a/maya_umbrella/__version__.py b/maya_umbrella/__version__.py index 493f741..6a9beea 100644 --- a/maya_umbrella/__version__.py +++ b/maya_umbrella/__version__.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "0.4.0" diff --git a/pyproject.toml b/pyproject.toml index 041c4e6..4a4df6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "maya_umbrella" -version = "0.3.0" +version = "0.4.0" description = "Check and fix maya virus." homepage = "https://github.com/loonghao/maya_umbrella" repository = "https://github.com/loonghao/maya_umbrella" @@ -34,7 +34,7 @@ nox = {version = "^2024.3.2", python = ">=3.8.1,<3.11"} [tool.commitizen] name = "cz_conventional_commits" -version = "0.3.0" +version = "0.4.0" tag_format = "v$version" version_files = [ "pyproject.toml:version",