Skip to content

Commit

Permalink
Merge pull request #662 from saturday06/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): 🤖 release 2.31.1
  • Loading branch information
saturday06 authored Dec 1, 2024
2 parents 94c1e23 + 45577ac commit a789c99
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 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.31.0"
".": "2.31.1"
}
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.1](https://github.com/saturday06/VRM-Addon-for-Blender/compare/v2.31.0...v2.31.1) (2024-12-01)


### 🐞 Bug Fixes

* principled bsdf material export error on Blender 4.3 ([94c1e23](https://github.com/saturday06/VRM-Addon-for-Blender/commit/94c1e235bf662847efcb0075a10df7f6d0215606))

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


Expand Down
2 changes: 1 addition & 1 deletion src/io_scene_vrm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": (
2, # x-release-please-major
31, # x-release-please-minor
0, # x-release-please-patch
1, # 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.31.0"
version = "2.31.1"
name = "VRM format"
tagline = "VRM import, export and editing capabilities"
maintainer = "Isamu Mogi <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_version(self) -> None:
(
2, # x-release-please-major
31, # x-release-please-minor
0, # x-release-please-patch
1, # x-release-please-patch
),
)

Expand Down

0 comments on commit a789c99

Please sign in to comment.