diff --git a/CHANGELOG.md b/CHANGELOG.md index 90df7ce..8d170b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.7.0 (2024-05-09) + +### Feat + +- Add new setup to allow use nox command launch maya standalone +- Add new function to setup maya standalone + ## v0.6.2 (2024-05-08) ### Fix diff --git a/maya_umbrella/__version__.py b/maya_umbrella/__version__.py index 22049ab..49e0fc1 100644 --- a/maya_umbrella/__version__.py +++ b/maya_umbrella/__version__.py @@ -1 +1 @@ -__version__ = "0.6.2" +__version__ = "0.7.0" diff --git a/pyproject.toml b/pyproject.toml index 6940740..6d4d234 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "maya_umbrella" -version = "0.6.2" +version = "0.7.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.6.2" +version = "0.7.0" tag_format = "v$version" version_files = [ "pyproject.toml:version",