Skip to content

Commit 72c172a

Browse files
committed
3.6.0
1 parent 3053a8a commit 72c172a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

rclpy/CHANGELOG.rst

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

5+
3.6.0 (2022-07-14)
6+
------------------
7+
* Add Parameter Client (`#959 <https://github.com/ros2/rclpy/issues/959>`_)
8+
* Change sphinx theme to readthedocs (`#950 <https://github.com/ros2/rclpy/issues/950>`_)
9+
* Name and type in descriptor(s) is ignored via declare_parameter(s). (`#957 <https://github.com/ros2/rclpy/issues/957>`_)
10+
* Typo fix (`#951 <https://github.com/ros2/rclpy/issues/951>`_)
11+
* Add py.typed to package (`#946 <https://github.com/ros2/rclpy/issues/946>`_)
12+
* Fix rclpy.shutdown() from hanging when triggered from callback (`#947 <https://github.com/ros2/rclpy/pull/947>`_)
13+
* Check if the context is already shutdown. (`#939 <https://github.com/ros2/rclpy/issues/939>`_)
14+
* Contributors: Brian Chen, Tomoya Fujita, Yuki Igarashi
15+
516
3.5.0 (2022-05-03)
617
------------------
718
* Avoid causing infinite loop when message is empty (`#935 <https://github.com/ros2/rclpy/issues/935>`_)

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

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

0 commit comments

Comments
 (0)