Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog and bump version #11

Merged
merged 3 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
..
SPDX-FileCopyrightText: 2023-2024, Yaskawa America, Inc.
SPDX-FileCopyrightText: 2023-2024, Delft University of Technology

SPDX-License-Identifier: CC-BY-SA-4.0

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package motoros2_interfaces
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2024-03-15)
------------------
* Add new ``enum`` value for incorrect cycle mode to ``MotionReadyEnum`` (`#10 <https://github.com/Yaskawa-Global/motoros2_interfaces/pull/10>`_)
* Add definitions for ``GetActiveAlarmInfo`` service (`#9 <https://github.com/Yaskawa-Global/motoros2_interfaces/pull/9>`_)
* Contributors: gavanderhoorn, John Rose

0.1.0 (2023-08-29)
------------------
* Initial release
* Contributors: gavanderhoorn, Ted Miller
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>motoros2_interfaces</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>Messages, services and actions for use with MotoROS2</description>
<maintainer email="[email protected]">G.A. vd. Hoorn (TU Delft Robotics Institute)</maintainer>
<maintainer email="[email protected]">Ted Miller (Yaskawa Motoman)</maintainer>
Expand Down
Loading