Skip to content

Commit dab5792

Browse files
bloom-release rolling 3.0.7 (#247)
Signed-off-by: Jan Staschulat (CR/ADA1.2) <[email protected]>
1 parent 5bfb462 commit dab5792

File tree

8 files changed

+19
-4
lines changed

8 files changed

+19
-4
lines changed

rclc/CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
^^^^^^^^^^^^^^^^^^^^^^^^^^
22
Changelog for package rclc
33
^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
3.0.7 (2022-02-17)
5+
------------------
6+
* Fix enum naming for avoid collision (#242)
7+
* Added dependency for package performance-test-fixture (#245)
48

59
3.0.6 (2022-01-25)
610
------------------

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>3.0.6</version>
5+
<version>3.0.7</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+
3.0.7 (2022-02-17)
6+
------------------
7+
* no changes
8+
59
3.0.6 (2022-01-25)
610
------------------
711
* Create service context in main (#224)

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

rclc_lifecycle/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
22
Changelog for package rclc_lifecycle
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
3.0.7 (2022-02-17)
5+
------------------
6+
* no changes
47

58
3.0.6 (2022-01-25)
69
------------------

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>3.0.6</version>
5+
<version>3.0.7</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+
3.0.7 (2022-02-17)
6+
------------------
7+
* no changes
8+
59
3.0.6 (2022-01-25)
610
------------------
711
* Add thread dependency to examples (Rolling) (#237) (resolves in this package only cpplint errors)

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>3.0.6</version>
5+
<version>3.0.7</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)