Skip to content

Commit 2def5a3

Browse files
Merge pull request #95 from andrewkaufman/releasePrep
Release prep
2 parents f76344c + 0c2c732 commit 2def5a3

File tree

4 files changed

+11
-16
lines changed

4 files changed

+11
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# 0.1.0rc2
1+
# 0.1.0
22

33
## Features
44

55
- Added support for the local `file://` protocol for external references (meshes and textures)
6+
- Applied all current Newton USD Schemas (v0.1.0) alongside UsdPhysics schemas
7+
- URDF joint mimics are now converted via `NewtonMimicAPI`
68

79
## Fixes
810

@@ -11,14 +13,7 @@
1113
## Dependencies
1214

1315
- Updated to usd-exchange>=2.2.2
14-
- Updated to newton-usd-schemas>=0.1.0rc3
15-
16-
# 0.1.0rc1
17-
18-
## Features
19-
20-
- Applied all current Newton USD Schemas (v0.1.0rc2) alongside UsdPhysics schemas
21-
- URDF joint mimics are now converted via `NewtonMimicAPI`
16+
- Updated to newton-usd-schemas>=0.1.0
2217

2318
# 0.1.0b1
2419

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
requires-python = ">=3.10,<3.13"
99
dependencies = [
1010
"usd-exchange>=2.2.2",
11-
"newton-usd-schemas>=0.1.0rc3",
11+
"newton-usd-schemas>=0.1.0",
1212
"numpy-stl>=3.2",
1313
"tinyobjloader>=2.0.0rc13",
1414
"pycollada>=0.9.2",

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.0rc2"
3+
__version__ = "0.1.0"

uv.lock

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

0 commit comments

Comments
 (0)