Skip to content

Commit b6ff703

Browse files
chore: release 0.5.0
1 parent 19329ad commit b6ff703

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/neurobionics/onshape-robotics-toolkit/compare/onshape-robotics-toolkit-v0.4.0...onshape-robotics-toolkit-v0.5.0) (2025-11-19)
4+
5+
6+
### Features
7+
8+
* add support for composite parts ([1b317c1](https://github.com/neurobionics/onshape-robotics-toolkit/commit/1b317c184227d3a85fb58abd89ea3f75fc53df72))
9+
10+
11+
### Bug Fixes
12+
13+
* add MJCF robot methods to config and update examples ([19329ad](https://github.com/neurobionics/onshape-robotics-toolkit/commit/19329ad787943cfcbfc4b9bacb334941c5cb477c))
14+
315
## [0.4.0](https://github.com/neurobionics/onshape-robotics-toolkit/compare/onshape-robotics-toolkit-v0.3.0...onshape-robotics-toolkit-v0.4.0) (2025-10-15)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "onshape-robotics-toolkit"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "A python library to facilitate interaction with Onshape's REST API"
55
authors = [
66
{name = "Senthur Ayyappan", email = "[email protected]"}

0 commit comments

Comments
 (0)