We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37765cc + 7e800ba commit f1416d4Copy full SHA for f1416d4
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# 0.1.0a2
2
+
3
+## Documentation
4
5
+- Improved PyPI README & standard pyproject urls
6
+- Updated docs for Newton governance standards
7
+ - Switched from implicit DCO to explicit CLA for code contributions
8
+ - Switched Code of Conduct from an adapted Contributor Covenant to the exact Linux Foundation Code of Conduct
9
+ - Switched security policy from an NVIDIA specific policy to the Newton governance policy
10
11
# 0.1.0a1
12
13
## Features
mujoco_usd_converter/_version.py
@@ -1,3 +1,3 @@
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
-__version__ = "0.1.0a1"
+__version__ = "0.1.0a2"
0 commit comments