We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe74571 commit c3b5212Copy full SHA for c3b5212
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+# 0.1.0a4
2
+
3
+## Fixes
4
5
+- Fixed `AssetPath` returned by `Converter.convert()` when layer structure is disabled
6
7
+## CI/CD
8
9
+- Added public CI/CD coverage for Linux ARM
10
11
+## Dependencies
12
13
+- Updated to `usd-exchange==2.2.0`
14
+- Updated to `mujoco==3.4.0` due to ABI breaking changes in the 3.3 series
15
16
# 0.1.0a3
17
18
## Features
mujoco_usd_converter/_version.py
@@ -1,3 +1,3 @@
# SPDX-FileCopyrightText: Copyright (c) 2025 The Newton Developers
# SPDX-License-Identifier: Apache-2.0
-__version__ = "0.1.0a3"
+__version__ = "0.1.0a4"
0 commit comments