We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe7f33 commit fdfbf89Copy full SHA for fdfbf89
CHANGELOG.md
@@ -1,3 +1,21 @@
1
+# 0.1.0a5
2
+
3
+## Features
4
5
+- Added material interfaces and made materials instanceable
6
7
+## Fixes
8
9
+- Fixed material emission
10
11
+## Documentation
12
13
+- Fixed license linter
14
15
+## Dependencies
16
17
+- Updated to `usd-exchange==2.2.0`
18
19
# 0.1.0a4
20
21
## Fixes
@@ -10,7 +28,7 @@
28
29
## Dependencies
30
-- Updated to `usd-exchange==2.2.0`
31
+- Updated to `usd-exchange==2.2.0rc2`
32
- Updated to `mujoco==3.4.0` due to ABI breaking changes in the 3.3 series
33
34
# 0.1.0a3
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.0a4"
+__version__ = "0.1.0a5"
0 commit comments