Skip to content

Commit

Permalink
3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobperron committed Mar 25, 2022
1 parent bed714f commit 8e8c978
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions rclpy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package rclpy
^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.3.1 (2022-03-24)
------------------
* Avoid exception in Node constructor when use override for 'use_sim_time' (`#896 <https://github.com/ros2/rclpy/issues/896>`_)
* time_until_next_call returns max if timer is canceled. (`#910 <https://github.com/ros2/rclpy/issues/910>`_)
* Contributors: Artem Shumov, Ivan Santiago Paunovic, Tomoya Fujita

3.3.0 (2022-03-01)
------------------
* Properly implement action server/client handle cleanup. (`#905 <https://github.com/ros2/rclpy/issues/905>`_)
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.0</version>
<version>3.3.1</version>
<description>Package containing the Python client.</description>

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

0 comments on commit 8e8c978

Please sign in to comment.