Skip to content

Commit 582fe8a

Browse files
Merge pull request #62 from neurobionics/release-please--branches--main--components--onshape-robotics-toolkit
chore: release 0.5.0
2 parents 7801820 + dd0f3eb commit 582fe8a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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) (2026-01-16)
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+
* revert set variable method and validate variables argument before building payload ([25f0883](https://github.com/neurobionics/onshape-robotics-toolkit/commit/25f08839e92e57c3cbbe2a190d244c32a9087dd9))
15+
* update variables config to accomodate the set_variables fix ([c5d35f4](https://github.com/neurobionics/onshape-robotics-toolkit/commit/c5d35f492b89aeb97bbf17e32b69de555a566863))
16+
317
## [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)
418

519

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 = "senthurayyappan@gmail.com"}

0 commit comments

Comments
 (0)