Skip to content

Commit

Permalink
3.3.15
Browse files Browse the repository at this point in the history
Signed-off-by: Audrow Nash <[email protected]>
  • Loading branch information
audrow committed Nov 25, 2024
1 parent d387309 commit b488272
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions rclpy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package rclpy
^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.3.15 (2024-11-25)
-------------------
* TestClient.test_service_timestamps failing consistently. (`#1364 <https://github.com/ros2/rclpy/issues/1364>`_) (`#1365 <https://github.com/ros2/rclpy/issues/1365>`_)
* Fixes spin_until_future_complete inside callback (`#1316 <https://github.com/ros2/rclpy/issues/1316>`_) (`#1343 <https://github.com/ros2/rclpy/issues/1343>`_)
* Install signal handlers after context is initialized. (`#1333 <https://github.com/ros2/rclpy/issues/1333>`_) (`#1335 <https://github.com/ros2/rclpy/issues/1335>`_)
* Avoid causing infinite loop when message is empty (`#935 <https://github.com/ros2/rclpy/issues/935>`_) (`#1334 <https://github.com/ros2/rclpy/issues/1334>`_)
* Contributors: mergify[bot]

3.3.14 (2024-07-26)
-------------------
* Fix a bad bug in fetching the lifecycle transitions. (`#1321 <https://github.com/ros2/rclpy/issues/1321>`_) (`#1324 <https://github.com/ros2/rclpy/issues/1324>`_)
Expand Down
2 changes: 1 addition & 1 deletion rclpy/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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>rclpy</name>
<version>3.3.14</version>
<version>3.3.15</version>
<description>Package containing the Python client.</description>

<maintainer email="[email protected]">Shane Loretz</maintainer>
Expand Down

0 comments on commit b488272

Please sign in to comment.