Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rolling-6.2.0 bloom-release #410

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions rclc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package rclc
^^^^^^^^^^^^^^^^^^^^^^^^^^

6.2.0 (2024-10-15)
------------------
* added CI status for iron builds (#377)
* rclc_executor: improve enum type names (#379)
* fix rclc_example: memory leaking in msg.data allocation (backport #386) (#387)
* updated ci versions (#396)
* updated ros-tooling versions (#407)

6.1.0 (2023-06-15)
------------------
* Data structures interfaces for multi-threaded executor (#355)
Expand Down
2 changes: 1 addition & 1 deletion rclc/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>rclc</name>
<version>6.1.0</version>
<version>6.2.0</version>
<description>The ROS client library in C.</description>
<maintainer email="[email protected]">Jan Staschulat</maintainer>
<maintainer email="[email protected]">Pablo Garrido</maintainer>
Expand Down
4 changes: 4 additions & 0 deletions rclc_examples/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package rclc_examples
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

6.2.0 (2024-10-15)
------------------
* fix rclc_example: memory leaking in msg.data allocation (backport #386) (#387)

6.1.0 (2023-06-15)
------------------
* no changes
Expand Down
2 changes: 1 addition & 1 deletion rclc_examples/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>rclc_examples</name>
<version>6.1.0</version>
<version>6.2.0</version>
<description>Example of using rclc_executor</description>
<maintainer email="[email protected]">Jan Staschulat</maintainer>

Expand Down
4 changes: 4 additions & 0 deletions rclc_lifecycle/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package rclc_lifecycle
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

6.2.0 (2024-10-15)
------------------
* no changes

6.1.0 (2023-06-15)
------------------
* no changes
Expand Down
2 changes: 1 addition & 1 deletion rclc_lifecycle/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rclc_lifecycle</name>
<version>6.1.0</version>
<version>6.2.0</version>
<description>rclc lifecycle convenience methods.</description>
<maintainer email="[email protected]">Jan Staschulat</maintainer>

Expand Down
4 changes: 4 additions & 0 deletions rclc_parameter/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package rclc_parameter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

6.2.0 (2024-10-15)
------------------
* Use fully qualified node name in parameter events (#402)

6.1.0 (2023-06-15)
------------------
* Add empty set_atomically parameter service (#354)
Expand Down
2 changes: 1 addition & 1 deletion rclc_parameter/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rclc_parameter</name>
<version>6.1.0</version>
<version>6.2.0</version>
<description>Parameter server implementation for micro-ROS nodes</description>
<maintainer email="[email protected]">Antonio Cuadros</maintainer>

Expand Down
Loading