Skip to content

Commit 8e8c978

Browse files
committed
3.3.1
1 parent bed714f commit 8e8c978

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

rclpy/CHANGELOG.rst

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

5+
3.3.1 (2022-03-24)
6+
------------------
7+
* Avoid exception in Node constructor when use override for 'use_sim_time' (`#896 <https://github.com/ros2/rclpy/issues/896>`_)
8+
* time_until_next_call returns max if timer is canceled. (`#910 <https://github.com/ros2/rclpy/issues/910>`_)
9+
* Contributors: Artem Shumov, Ivan Santiago Paunovic, Tomoya Fujita
10+
511
3.3.0 (2022-03-01)
612
------------------
713
* Properly implement action server/client handle cleanup. (`#905 <https://github.com/ros2/rclpy/issues/905>`_)

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

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

0 commit comments

Comments
 (0)