Skip to content

Commit 9a2be20

Browse files
committed
bump version
1 parent 9426bf8 commit 9a2be20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## unreleased
7+
## 0.13.0 - 2025-03-06
88
### Added
99
* Added `animation.Animation.fcurves` and `animation.FCurves` for computing fcurves compatible with Blender.
1010
* Added `Transform` type for decomposed translation, rotation, scale (TRS) transforms.

xc3_model_py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xc3_model_py"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
authors = ["ScanMountGoat"]
55
edition = "2021"
66
readme = "../README.md"

0 commit comments

Comments
 (0)