Skip to content

Commit

Permalink
Merge pull request #704 from saturday06/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): 🤖 release 2.34.0
  • Loading branch information
saturday06 authored Jan 14, 2025
2 parents bd5b2d3 + 9cdb6af commit 53ae715
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.33.1"
".": "2.34.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.34.0](https://github.com/saturday06/VRM-Addon-for-Blender/compare/v2.33.1...v2.34.0) (2025-01-14)


### 🚀 Features

* add a setting to export gltf animation or not ([bd5b2d3](https://github.com/saturday06/VRM-Addon-for-Blender/commit/bd5b2d3d0aaa9819969f4721660439a533ec5849))

## [2.33.1](https://github.com/saturday06/VRM-Addon-for-Blender/compare/v2.33.0...v2.33.1) (2024-12-18)


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
33, # x-release-please-minor
1, # x-release-please-patch
34, # 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.33.1"
version = "2.34.0"
name = "VRM format"
tagline = "VRM import, export and editing capabilities"
maintainer = "Isamu Mogi <dyob@lunaport.net>"
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
33, # x-release-please-minor
1, # x-release-please-patch
34, # x-release-please-minor
0, # x-release-please-patch
),
)

Expand Down

0 comments on commit 53ae715

Please sign in to comment.