From e9a49c34a3163f72c25d909bc3e123992b2d8c77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 May 2024 15:47:22 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.11.0=20=E2=86=92=200.12.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ maya_umbrella/__version__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cb097f..bde5636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.12.0 (2024-05-14) + +### Feat + +- Add new hook for fix no scene name + +### Fix + +- Remove `delay` option for fix #43 + ## v0.11.0 (2024-05-12) ### Feat diff --git a/maya_umbrella/__version__.py b/maya_umbrella/__version__.py index ae6db5f..ea370a8 100644 --- a/maya_umbrella/__version__.py +++ b/maya_umbrella/__version__.py @@ -1 +1 @@ -__version__ = "0.11.0" +__version__ = "0.12.0" diff --git a/pyproject.toml b/pyproject.toml index 4194936..81ee698 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "maya_umbrella" -version = "0.11.0" +version = "0.12.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.11.0" +version = "0.12.0" tag_format = "v$version" version_files = [ "pyproject.toml:version",