Skip to content

Commit

Permalink
Merge pull request #654 from saturday06/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): 🤖 release 2.30.1
  • Loading branch information
saturday06 authored Nov 24, 2024
2 parents 4a577b1 + 31d8cff commit 392a6f4
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.30.0"
".": "2.30.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.30.1](https://github.com/saturday06/VRM-Addon-for-Blender/compare/v2.30.0...v2.30.1) (2024-11-24)


### 🐞 Bug Fixes

* run ruff formatter ([4a577b1](https://github.com/saturday06/VRM-Addon-for-Blender/commit/4a577b1b77f9731d17ca9535b7d4bb6b70a60e5f))

## [2.30.0](https://github.com/saturday06/VRM-Addon-for-Blender/compare/v2.29.0...v2.30.0) (2024-11-22)


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
30, # 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.30.0"
version = "2.30.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
30, # x-release-please-minor
0, # x-release-please-patch
1, # x-release-please-patch
),
)

Expand Down

0 comments on commit 392a6f4

Please sign in to comment.