Skip to content

Commit

Permalink
0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFabian committed Dec 3, 2024
1 parent 9c4ee99 commit e0ef787
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ros_babel_fish/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package ros_babel_fish
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.10.3 (2024-12-03)
-------------------
* Fixes service server segfaulting (`#10 <https://github.com/LOEWE-emergenCITY/ros_babel_fish/issues/10>`_) and adds a new test to cover this.
* Added convenience methods to get and set values of compound messages.
* Updated export of cmake variables.
* Contributors: Stefan Fabian

0.10.0 (2024-10-25)
-------------------
* Add ActionServer (`#9 <https://github.com/LOEWE-emergenCITY/ros_babel_fish/issues/9>`_)
Expand Down
2 changes: 1 addition & 1 deletion ros_babel_fish/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ros_babel_fish</name>
<version>0.10.0</version>
<version>0.10.3</version>
<description>
A runtime message handler for ROS.
Allows subscription, publishing, calling of services and actions with messages known only at runtime as long
Expand Down
3 changes: 3 additions & 0 deletions ros_babel_fish_test_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package ros_babel_fish_test_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.10.3 (2024-12-03)
-------------------

0.10.0 (2024-10-25)
-------------------
* Updated test message and added goal rejected and cancel rejected tests for client.
Expand Down
2 changes: 1 addition & 1 deletion ros_babel_fish_test_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ros_babel_fish_test_msgs</name>
<version>0.10.0</version>
<version>0.10.3</version>
<description>Test messages for the ros_babel_fish project tests.</description>
<maintainer email="[email protected]">Stefan Fabian</maintainer>
<license>MIT</license>
Expand Down

0 comments on commit e0ef787

Please sign in to comment.