Skip to content

Commit 9c3e966

Browse files
committed
3.3.16
Signed-off-by: Audrow Nash <[email protected]>
1 parent ec4e248 commit 9c3e966

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

rclpy/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog for package rclpy
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.3.16 (2025-03-25)
6+
-------------------
7+
* Check parameter callback signature during registration. (backport `#1425 <https://github.com/ros2/rclpy/issues/1425>`_) (`#1430 <https://github.com/ros2/rclpy/issues/1430>`_)
8+
* Remove `SHARED` (`#1305 <https://github.com/ros2/rclpy/issues/1305>`_) (`#1422 <https://github.com/ros2/rclpy/issues/1422>`_)
9+
* publish action goal status once accepted before execution. (`#1228 <https://github.com/ros2/rclpy/issues/1228>`_) (`#1416 <https://github.com/ros2/rclpy/issues/1416>`_)
10+
* Fix doc generation for Humble (`#1414 <https://github.com/ros2/rclpy/issues/1414>`_)
11+
* Check if Task(Future) is canceled. (backport `#1377 <https://github.com/ros2/rclpy/issues/1377>`_) (`#1403 <https://github.com/ros2/rclpy/issues/1403>`_)
12+
* Contributors: Scotrraaj Gopal, mergify[bot]
13+
514
3.3.15 (2024-11-25)
615
-------------------
716
* TestClient.test_service_timestamps failing consistently. (`#1364 <https://github.com/ros2/rclpy/issues/1364>`_) (`#1365 <https://github.com/ros2/rclpy/issues/1365>`_)

rclpy/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>rclpy</name>
5-
<version>3.3.15</version>
5+
<version>3.3.16</version>
66
<description>Package containing the Python client.</description>
77

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

0 commit comments

Comments
 (0)