From 1336143121bcf62eab1f1a5e11be1dde5eb66cec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 4 May 2024 16:42:47 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.1=20=E2=86=92=200.3.0?= 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 9dcd76a..38d1aed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.3.0 (2024-05-04) + +### Feat + +- Add more hooks + ## v0.2.1 (2024-05-04) ### Fix diff --git a/maya_umbrella/__version__.py b/maya_umbrella/__version__.py index 3ced358..493f741 100644 --- a/maya_umbrella/__version__.py +++ b/maya_umbrella/__version__.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.3.0" diff --git a/pyproject.toml b/pyproject.toml index 0032433..cee23f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "maya_umbrella" -version = "0.2.1" +version = "0.3.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.2.1" +version = "0.3.0" tag_format = "v$version" version_files = [ "pyproject.toml:version",