Skip to content

Commit fdfbf89

Browse files
committed
Update to 0.1.0a5 for release
1 parent afe7f33 commit fdfbf89

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
119
# 0.1.0a4
220

321
## Fixes
@@ -10,7 +28,7 @@
1028

1129
## Dependencies
1230

13-
- Updated to `usd-exchange==2.2.0`
31+
- Updated to `usd-exchange==2.2.0rc2`
1432
- Updated to `mujoco==3.4.0` due to ABI breaking changes in the 3.3 series
1533

1634
# 0.1.0a3

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

0 commit comments

Comments
 (0)