Skip to content

Commit

Permalink
Merge pull request #647 from saturday06/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): 🤖 release 2.29.0
  • Loading branch information
saturday06 authored Nov 21, 2024
2 parents 90e7fdf + 7686414 commit 567d636
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 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.28.1"
".": "2.29.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.29.0](https://github.com/saturday06/VRM-Addon-for-Blender/compare/v2.28.1...v2.29.0) (2024-11-21)


### 🚀 Features

* restore Simplified Chinese translation with the permission of the original author ([b89b6b9](https://github.com/saturday06/VRM-Addon-for-Blender/commit/b89b6b90ae6ee25e5cca3c0f104ed200ff9abe55))

## [2.28.1](https://github.com/saturday06/VRM-Addon-for-Blender/compare/v2.28.0...v2.28.1) (2024-11-21)


Expand Down
4 changes: 2 additions & 2 deletions extension.patch
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ index 46364128..088fe7c3 100644
- "author": "saturday06, iCyP",
- "version": (
- 2, # x-release-please-major
- 28, # x-release-please-minor
- 1, # x-release-please-patch
- 29, # x-release-please-minor
- 0, # x-release-please-patch
- ),
- "location": "File > Import-Export",
- "description": "Import-Edit-Export VRM",
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
28, # x-release-please-minor
1, # x-release-please-patch
29, # 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.28.1"
version = "2.29.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
28, # x-release-please-minor
1, # x-release-please-patch
29, # x-release-please-minor
0, # x-release-please-patch
),
)

Expand Down

0 comments on commit 567d636

Please sign in to comment.