Skip to content

Commit ef9e352

Browse files
Merge pull request #93 from andrewkaufman/releasePrep
Release prep
2 parents aea0133 + 991b8a2 commit ef9e352

File tree

4 files changed

+31
-16
lines changed

4 files changed

+31
-16
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 0.1.0rc2
2+
3+
## Features
4+
5+
- Added support for the local `file://` protocol for external references (meshes and textures)
6+
7+
## Fixes
8+
9+
- Corrected inertia calculations to be consistent across platforms during eigenvector decomposition
10+
11+
## Dependencies
12+
13+
- Updated to usd-exchange>=2.2.2
14+
- Updated to newton-usd-schemas>=0.1.0rc3
15+
116
# 0.1.0rc1
217

318
## Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = {text = "Apache-2.0"}
77
readme = "README.md"
88
requires-python = ">=3.10,<3.13"
99
dependencies = [
10-
"usd-exchange>=2.2.0",
10+
"usd-exchange>=2.2.2",
1111
"newton-usd-schemas>=0.1.0rc3",
1212
"numpy-stl>=3.2",
1313
"tinyobjloader>=2.0.0rc13",

urdf_usd_converter/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SPDX-FileCopyrightText: Copyright (c) 2025 The Newton Developers
22
# SPDX-License-Identifier: Apache-2.0
3-
__version__ = "0.1.0rc1"
3+
__version__ = "0.1.0rc2"

uv.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)