Skip to content

Commit

Permalink
Humble Release 4.0.2 (#345)
Browse files Browse the repository at this point in the history
* humble release 4.0.2

Signed-off-by: Jan Staschulat <[email protected]>

* year correction

Signed-off-by: Jan Staschulat <[email protected]>

---------

Signed-off-by: Jan Staschulat <[email protected]>
  • Loading branch information
JanStaschulat authored Mar 22, 2023
1 parent 0a7f134 commit 1cf7041
Show file tree
Hide file tree
Showing 8 changed files with 26 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
^^^^^^^^^^^^^^^^^^^^^^^^^^

4.0.2 (2023-03-22)
------------------
* Drop build dependency on std_msgs (backport #314) (#315)
* Updated ros-tooling/[email protected] and ros-tooling/[email protected] (#318) (#320)
* Removed build status for Galactic in README (EOL November 2022) (#321) (#322)
* Update documentation about number_of_handles (#326) (#327)

4.0.1 (2022-07-20)
------------------
* updated documentation bloom build status table (#291) (#292)
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>4.0.1</version>
<version>4.0.2</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
7 changes: 7 additions & 0 deletions rclc_examples/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package rclc_examples
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

4.0.2 (2023-03-22)
------------------
* Example real-time concurreny timer and subscription (#329) (#330)
* Updated documentation (#332) (#334)
* Updating README: updated table of contents and adding missing examples. (#335) (#336)
* Added documentation about number_of_handles in all examples. (#341) (#342)

4.0.1 (2022-07-20)
------------------
* 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>4.0.1</version>
<version>4.0.2</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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

4.0.2 (2023-03-22)
------------------
* none

4.0.1 (2022-07-20)
------------------
* improved doxygen-generated API documentation (#301) (#302)
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>4.0.1</version>
<version>4.0.2</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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

4.0.2 (2023-03-22)
------------------
* Fix parameter change event (#310)

4.0.1 (2022-07-20)
------------------
* improved doxygen-generated API documentation (#301) (#302)
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>4.0.1</version>
<version>4.0.2</version>
<description>Parameter server implementation for micro-ROS nodes</description>
<maintainer email="[email protected]">Antonio Cuadros</maintainer>

Expand Down

0 comments on commit 1cf7041

Please sign in to comment.