From c2efc6e17b756049eb4ca692c5d7d6241009568c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 May 2024 17:33:42 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.6.1=20=E2=86=92=200.6.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ maya_umbrella/__version__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 678ec01..90df7ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.6.2 (2024-05-08) + +### Fix + +- fix scan mutil refs + ## v0.6.1 (2024-05-08) ### Fix diff --git a/maya_umbrella/__version__.py b/maya_umbrella/__version__.py index 43c4ab0..22049ab 100644 --- a/maya_umbrella/__version__.py +++ b/maya_umbrella/__version__.py @@ -1 +1 @@ -__version__ = "0.6.1" +__version__ = "0.6.2" diff --git a/pyproject.toml b/pyproject.toml index edcf971..377394a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "maya_umbrella" -version = "0.6.1" +version = "0.6.2" 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.1" +version = "0.6.2" tag_format = "v$version" version_files = [ "pyproject.toml:version",