Skip to content

Commit cf4ec8a

Browse files
committed
bump version
1 parent e6410fb commit cf4ec8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.15.0 - 2025-06-09
88
### Added
99
* Added many additional fields to `material.MaterialParameters`.
1010
* Added additional variants to `shader_database.Operation` and split vector operations into separate operations for XYZ channels.

xc3_model_py/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "xc3_model_py"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
authors = ["ScanMountGoat"]
55
edition = "2021"
66
readme = "../README.md"
77

88
[dependencies]
9-
xc3_model = { git = "https://github.com/ScanMountGoat/xc3_lib", rev = "70c6f3b" }
10-
xc3_lib = { git = "https://github.com/ScanMountGoat/xc3_lib", rev = "70c6f3b" }
9+
xc3_model = { git = "https://github.com/ScanMountGoat/xc3_lib", rev = "a6221e3" }
10+
xc3_lib = { git = "https://github.com/ScanMountGoat/xc3_lib", rev = "a6221e3" }
1111
xc3_model_py_derive = { path = "../xc3_model_py_derive" }
1212
image_dds = "0.7.1"
1313
pyo3 = { version = "0.25.0", features = ["extension-module", "indexmap", "py-clone"] }

0 commit comments

Comments
 (0)