Skip to content

Commit

Permalink
Merge pull request #655 from saturday06/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): 🤖 release 2.31.0
  • Loading branch information
saturday06 authored Nov 24, 2024
2 parents ffef2dd + 68e91b8 commit 41ae099
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.30.1"
".": "2.31.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.31.0](https://github.com/saturday06/VRM-Addon-for-Blender/compare/v2.30.1...v2.31.0) (2024-11-24)


### 🚀 Features

* auto mixamo bone assignment ([ffef2dd](https://github.com/saturday06/VRM-Addon-for-Blender/commit/ffef2dd07bf29c1d29462ada4642f78aa803dc87))

## [2.30.1](https://github.com/saturday06/VRM-Addon-for-Blender/compare/v2.30.0...v2.30.1) (2024-11-24)


Expand Down
4 changes: 2 additions & 2 deletions src/io_scene_vrm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "saturday06, iCyP",
"version": (
2, # x-release-please-major
30, # x-release-please-minor
1, # x-release-please-patch
31, # x-release-please-minor
0, # x-release-please-patch
),
"location": "File > Import-Export",
"description": "Import-Edit-Export VRM",
Expand Down
2 changes: 1 addition & 1 deletion src/io_scene_vrm/blender_manifest.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version = "1.0.0"

id = "vrm"
version = "2.30.1"
version = "2.31.0"
name = "VRM format"
tagline = "VRM import, export and editing capabilities"
maintainer = "Isamu Mogi <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ def test_version(self) -> None:
version.get_addon_version(),
(
2, # x-release-please-major
30, # x-release-please-minor
1, # x-release-please-patch
31, # x-release-please-minor
0, # x-release-please-patch
),
)

Expand Down

0 comments on commit 41ae099

Please sign in to comment.