Skip to content

Commit cc72fc1

Browse files
author
Michael Carroll
committed
10.1.0
1 parent b5bb4ea commit cc72fc1

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

rcl/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
10.1.0 (2025-04-04)
6+
-------------------
77
* Set envars to run tests with rmw_zenoh_cpp with multicast discovery (`#1218 <https://github.com/ros2/rcl/issues/1218>`_)
88
* Fix typo in message header include in doc (`#1219 <https://github.com/ros2/rcl/issues/1219>`_)
99
* use rmw_event_type_is_supported (`#1214 <https://github.com/ros2/rcl/issues/1214>`_)

rcl/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rcl</name>
5-
<version>10.0.2</version>
5+
<version>10.1.0</version>
66
<description>The ROS client library common implementation.
77
This package contains an API which builds on the ROS middleware API and is optionally built upon by the other ROS client libraries.
88
</description>

rcl_action/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
10.1.0 (2025-04-04)
6+
-------------------
77
* Set envars to run tests with rmw_zenoh_cpp with multicast discovery (`#1218 <https://github.com/ros2/rcl/issues/1218>`_)
88
* No need to add public symbol visibility macros in implementation. (`#1213 <https://github.com/ros2/rcl/issues/1213>`_)
99
* fix 'rcl_action_server_configure_action_introspection': inconsistent dll linkage. (`#1212 <https://github.com/ros2/rcl/issues/1212>`_)

rcl_action/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>rcl_action</name>
5-
<version>10.0.2</version>
5+
<version>10.1.0</version>
66
<description>Package containing a C-based ROS action implementation</description>
77

88
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

rcl_lifecycle/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
10.1.0 (2025-04-04)
6+
-------------------
77
* add rcl_print_transition_map. (`#1217 <https://github.com/ros2/rcl/issues/1217>`_)
88
* Enable test isolation in rcl_lifecycle (`#1216 <https://github.com/ros2/rcl/issues/1216>`_)
99
* Contributors: Scott K Logan, Tomoya Fujita

rcl_lifecycle/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>rcl_lifecycle</name>
5-
<version>10.0.2</version>
5+
<version>10.1.0</version>
66
<description>Package containing a C-based lifecycle implementation</description>
77

88
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

rcl_yaml_param_parser/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
10.1.0 (2025-04-04)
6+
-------------------
77

88
10.0.2 (2025-01-31)
99
-------------------

rcl_yaml_param_parser/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>rcl_yaml_param_parser</name>
5-
<version>10.0.2</version>
5+
<version>10.1.0</version>
66
<description>Parse a YAML parameter file and populate the C data structure.</description>
77

88
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

0 commit comments

Comments
 (0)