Skip to content

Commit

Permalink
Bump versions + update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-binit committed Feb 20, 2024
1 parent f329a9f commit 4abbe80
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

The changes between releases of Stretch Body are documented here.

## [0.7.2](https://pypi.org/project/hello-robot-stretch-body/0.7.2/) - January 26, 2023
## [0.7.11](https://pypi.org/project/hello-robot-stretch-body/0.7.11/) - Feburary 20, 2024
- Introduce the `stretch_configure_tool.py` tool (pr [#287](https://github.com/hello-robot/stretch_body/pull/287))
- This PR introduces a new CLI called stretch_configure_tool.py. It eliminates a pain point around changing the robot.tool parameter and updating the URDF (and exported URDF).
- This tool supports all three models, all officially supported tools, Ubuntu 20.04 and 22.04.
- Add "Tool" section to the system check
- Add the ability to change the formatter for the logging params

## [0.7.2](https://pypi.org/project/hello-robot-stretch-body/0.7.2/) - January 26, 2024
- Fix for wait_command() timeout not being respected (issue [#255](https://github.com/hello-robot/stretch_body/issues/255))
- Improvements to the System Check tool, including:
- Check if hello stepper self recognize correctly
Expand All @@ -11,7 +18,7 @@ The changes between releases of Stretch Body are documented here.
- Hide verbose printout
- Add battery section to hardware check

## [0.7.0](https://pypi.org/project/hello-robot-stretch-body/0.7.0/) - January 25, 2023
## [0.7.0](https://pypi.org/project/hello-robot-stretch-body/0.7.0/) - January 25, 2024
- Introduces P5 firmware protocol support
- Revamped system check tool
- Revamped wrist/tool management system
Expand Down
2 changes: 1 addition & 1 deletion body/stretch_body/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module

__version__ = '0.7.10'
__version__ = '0.7.11'
2 changes: 1 addition & 1 deletion tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setuptools.setup(
name="hello_robot_stretch_body_tools",
version="0.7.4",
version="0.7.5",
author="Hello Robot Inc",
author_email="[email protected]",
description="Stretch Body Tools",
Expand Down

0 comments on commit 4abbe80

Please sign in to comment.