Skip to content

Commit c3b5212

Browse files
committed
Prepare for release
1 parent fe74571 commit c3b5212

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
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.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+
116
# 0.1.0a3
217

318
## Features

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

0 commit comments

Comments
 (0)