Skip to content

Commit 12f3698

Browse files
committed
3.3.0
1 parent eeda163 commit 12f3698

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rclpy/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
3.3.0 (2022-03-01)
6+
------------------
77
* Properly implement action server/client handle cleanup. (`#905 <https://github.com/ros2/rclpy/issues/905>`_)
88
* Make sure to take out contexts on Action{Client,Server}. (`#904 <https://github.com/ros2/rclpy/issues/904>`_)
99
* Make sure to free the goal_status_array when done using it. (`#902 <https://github.com/ros2/rclpy/issues/902>`_)

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.2.1</version>
5+
<version>3.3.0</version>
66
<description>Package containing the Python client.</description>
77

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

0 commit comments

Comments
 (0)