Skip to content

Commit 90e71f5

Browse files
rolling-6.2.0 bloom-release, updated version, updated changelog (#410)
Signed-off-by: Jan Staschulat <[email protected]>
1 parent b4e3b9c commit 90e71f5

File tree

8 files changed

+24
-4
lines changed

8 files changed

+24
-4
lines changed

rclc/CHANGELOG.rst

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

5+
6.2.0 (2024-10-15)
6+
------------------
7+
* added CI status for iron builds (#377)
8+
* rclc_executor: improve enum type names (#379)
9+
* fix rclc_example: memory leaking in msg.data allocation (backport #386) (#387)
10+
* updated ci versions (#396)
11+
* updated ros-tooling versions (#407)
12+
513
6.1.0 (2023-06-15)
614
------------------
715
* Data structures interfaces for multi-threaded executor (#355)

rclc/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>rclc</name>
5-
<version>6.1.0</version>
5+
<version>6.2.0</version>
66
<description>The ROS client library in C.</description>
77
<maintainer email="[email protected]">Jan Staschulat</maintainer>
88
<maintainer email="[email protected]">Pablo Garrido</maintainer>

rclc_examples/CHANGELOG.rst

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

5+
6.2.0 (2024-10-15)
6+
------------------
7+
* fix rclc_example: memory leaking in msg.data allocation (backport #386) (#387)
8+
59
6.1.0 (2023-06-15)
610
------------------
711
* no changes

rclc_examples/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>rclc_examples</name>
5-
<version>6.1.0</version>
5+
<version>6.2.0</version>
66
<description>Example of using rclc_executor</description>
77
<maintainer email="[email protected]">Jan Staschulat</maintainer>
88

rclc_lifecycle/CHANGELOG.rst

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

5+
6.2.0 (2024-10-15)
6+
------------------
7+
* no changes
8+
59
6.1.0 (2023-06-15)
610
------------------
711
* no changes

rclc_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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rclc_lifecycle</name>
5-
<version>6.1.0</version>
5+
<version>6.2.0</version>
66
<description>rclc lifecycle convenience methods.</description>
77
<maintainer email="[email protected]">Jan Staschulat</maintainer>
88

rclc_parameter/CHANGELOG.rst

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

5+
6.2.0 (2024-10-15)
6+
------------------
7+
* Use fully qualified node name in parameter events (#402)
8+
59
6.1.0 (2023-06-15)
610
------------------
711
* Add empty set_atomically parameter service (#354)

rclc_parameter/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>rclc_parameter</name>
5-
<version>6.1.0</version>
5+
<version>6.2.0</version>
66
<description>Parameter server implementation for micro-ROS nodes</description>
77
<maintainer email="[email protected]">Antonio Cuadros</maintainer>
88

0 commit comments

Comments
 (0)