Skip to content

Commit

Permalink
bump: version 0.11.0 → 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 14, 2024
1 parent d21ebc1 commit e9a49c3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion maya_umbrella/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11.0"
__version__ = "0.12.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit e9a49c3

Please sign in to comment.