Skip to content

Commit

Permalink
bloom-release rolling 3.0.7 (#247)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Staschulat (CR/ADA1.2) <jan.staschulat@de.bosch.com>
  • Loading branch information
JanStaschulat committed Feb 17, 2022
1 parent 5bfb462 commit dab5792
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 4 deletions.
4 changes: 4 additions & 0 deletions rclc/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package rclc
^^^^^^^^^^^^^^^^^^^^^^^^^^
3.0.7 (2022-02-17)
------------------
* Fix enum naming for avoid collision (#242)
* Added dependency for package performance-test-fixture (#245)

3.0.6 (2022-01-25)
------------------
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.6</version>
<version>3.0.7</version>
<description>The ROS client library in C.</description>
<maintainer email="jan.staschulat@de.bosch.com">Jan Staschulat</maintainer>
<maintainer email="pablogarrido@eprosima.com">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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.0.7 (2022-02-17)
------------------
* no changes

3.0.6 (2022-01-25)
------------------
* Create service context in main (#224)
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.6</version>
<version>3.0.7</version>
<description>Example of using rclc_executor</description>
<maintainer email="jan.staschulat@de.bosch.com">Jan Staschulat</maintainer>

Expand Down
3 changes: 3 additions & 0 deletions rclc_lifecycle/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package rclc_lifecycle
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3.0.7 (2022-02-17)
------------------
* no changes

3.0.6 (2022-01-25)
------------------
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.6</version>
<version>3.0.7</version>
<description>rclc lifecycle convenience methods.</description>
<maintainer email="jan.staschulat@de.bosch.com">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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.0.7 (2022-02-17)
------------------
* no changes

3.0.6 (2022-01-25)
------------------
* Add thread dependency to examples (Rolling) (#237) (resolves in this package only cpplint errors)
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.6</version>
<version>3.0.7</version>
<description>Parameter server implementation for micro-ROS nodes</description>
<maintainer email="antoniocuadros@eprosima.com">Antonio Cuadros</maintainer>

Expand Down

0 comments on commit dab5792

Please sign in to comment.