Skip to content

Commit

Permalink
rolling release 6.1.0 (#374)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Staschulat <[email protected]>
  • Loading branch information
JanStaschulat committed Jun 15, 2023
1 parent 93e9e23 commit 4b8670d
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 4 deletions.
7 changes: 7 additions & 0 deletions rclc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package rclc
^^^^^^^^^^^^^^^^^^^^^^^^^^

6.1.0 (2023-06-15)
------------------
* Data structures interfaces for multi-threaded executor (#355)
* update ros-tooling versions (#361)
* updated actions/checkout version (#367)
* updated branch names to rolling (#370)

3.0.9 (2023-03-22)
------------------
* Added build status of bloom-releases for Humble distribution (#291)
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>3.0.9</version>
<version>6.1.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.1.0 (2023-06-15)
------------------
* no changes

3.0.9 (2023-03-22)
------------------
* Example real-time concurreny timer and subscription (#329)
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>3.0.9</version>
<version>6.1.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.1.0 (2023-06-15)
------------------
* no changes

3.0.9 (2023-03-22)
------------------
* Added documentation (#301)
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>3.0.9</version>
<version>6.1.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.1.0 (2023-06-15)
------------------
* Add empty set_atomically parameter service (#354)

3.0.9 (2023-03-22)
------------------
* Added documentation (#301)
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>3.0.9</version>
<version>6.1.0</version>
<description>Parameter server implementation for micro-ROS nodes</description>
<maintainer email="[email protected]">Antonio Cuadros</maintainer>

Expand Down

0 comments on commit 4b8670d

Please sign in to comment.