diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f60cc..bc90521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## v0.10.0 (2024-05-11) + +### Feat + +- Add new function to get instance of defender. +- Split all nox sessions + +### Fix + +- setup new file after cleanup + +### Refactor + +- use `codecs` as backup method to read and write files + ## v0.9.0 (2024-05-10) ### Feat diff --git a/maya_umbrella/__version__.py b/maya_umbrella/__version__.py index 3e2f46a..61fb31c 100644 --- a/maya_umbrella/__version__.py +++ b/maya_umbrella/__version__.py @@ -1 +1 @@ -__version__ = "0.9.0" +__version__ = "0.10.0" diff --git a/pyproject.toml b/pyproject.toml index 1e82421..25c46d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "maya_umbrella" -version = "0.9.0" +version = "0.10.0" description = "Check and fix maya virus." homepage = "https://github.com/loonghao/maya_umbrella" repository = "https://github.com/loonghao/maya_umbrella" @@ -36,7 +36,7 @@ nox = { version = "^2024.3.2", python = ">=3.8.1,<3.11" } [tool.commitizen] name = "cz_conventional_commits" -version = "0.9.0" +version = "0.10.0" tag_format = "v$version" version_files = [ "pyproject.toml:version",