Skip to content

Commit b73a773

Browse files
committed
prepare bloom release for rolling 3.0.8
Signed-off-by: Jan Staschulat (CR/ADA1.2) <[email protected]>
1 parent 9e4fc05 commit b73a773

File tree

8 files changed

+32
-4
lines changed

8 files changed

+32
-4
lines changed

rclc/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
^^^^^^^^^^^^^^^^^^^^^^^^^^
22
Changelog for package rclc
33
^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
3.0.8 (2022-04-14)
6+
------------------
7+
* Remove duplicate typedefs. (#249)
8+
* Add rmw dependencies due to EventsExecutor PR in rcl (#255)
9+
* Fix action client & server deallocation (#257)
10+
* updated documentation: build status for Rolling (#266)
11+
* Update action client goal callback signature (#282)
12+
* Upgrade parameters (#274)
13+
414
3.0.7 (2022-02-17)
515
------------------
616
* Fix enum naming for avoid collision (#242)

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.7</version>
5+
<version>3.0.8</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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rclc_examples
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.0.8 (2022-04-14)
6+
------------------
7+
* Fix RCLC int parameter get (cherry-pick) (#272)
8+
* Upgrade parameters (#274)
9+
10+
511
3.0.7 (2022-02-17)
612
------------------
713
* no changes

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

rclc_lifecycle/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
22
Changelog for package rclc_lifecycle
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
3.0.8 (2022-04-14)
6+
------------------
7+
* Fix rclc lifecyle header (#279) (#281)
8+
49
3.0.7 (2022-02-17)
510
------------------
611
* no changes

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.7</version>
5+
<version>3.0.8</version>
66
<description>rclc lifecycle convenience methods.</description>
77
<maintainer email="[email protected]">Jan Staschulat</maintainer>
88

rclc_parameter/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package rclc_parameter
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.0.8 (2022-04-14)
6+
------------------
7+
* Parameters fini memory (#253)
8+
* Fix RCLC int parameter get (cherry-pick) (#272)
9+
* rclc_parameter: Fix rcl return values (#270)
10+
* Upgrade parameters (#274)
11+
512
3.0.7 (2022-02-17)
613
------------------
714
* no changes

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.7</version>
5+
<version>3.0.8</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)