Skip to content

Commit

Permalink
prepare bloom release for rolling 3.0.8
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Staschulat (CR/ADA1.2) <[email protected]>
  • Loading branch information
JanStaschulat committed Apr 14, 2022
1 parent 9e4fc05 commit b73a773
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 4 deletions.
10 changes: 10 additions & 0 deletions rclc/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package rclc
^^^^^^^^^^^^^^^^^^^^^^^^^^

3.0.8 (2022-04-14)
------------------
* Remove duplicate typedefs. (#249)
* Add rmw dependencies due to EventsExecutor PR in rcl (#255)
* Fix action client & server deallocation (#257)
* updated documentation: build status for Rolling (#266)
* Update action client goal callback signature (#282)
* Upgrade parameters (#274)

3.0.7 (2022-02-17)
------------------
* Fix enum naming for avoid collision (#242)
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.7</version>
<version>3.0.8</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
6 changes: 6 additions & 0 deletions rclc_examples/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package rclc_examples
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.0.8 (2022-04-14)
------------------
* Fix RCLC int parameter get (cherry-pick) (#272)
* Upgrade parameters (#274)


3.0.7 (2022-02-17)
------------------
* 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>3.0.7</version>
<version>3.0.8</version>
<description>Example of using rclc_executor</description>
<maintainer email="[email protected]">Jan Staschulat</maintainer>

Expand Down
5 changes: 5 additions & 0 deletions rclc_lifecycle/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package rclc_lifecycle
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.0.8 (2022-04-14)
------------------
* Fix rclc lifecyle header (#279) (#281)

3.0.7 (2022-02-17)
------------------
* no changes
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.7</version>
<version>3.0.8</version>
<description>rclc lifecycle convenience methods.</description>
<maintainer email="[email protected]">Jan Staschulat</maintainer>

Expand Down
7 changes: 7 additions & 0 deletions rclc_parameter/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package rclc_parameter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.0.8 (2022-04-14)
------------------
* Parameters fini memory (#253)
* Fix RCLC int parameter get (cherry-pick) (#272)
* rclc_parameter: Fix rcl return values (#270)
* Upgrade parameters (#274)

3.0.7 (2022-02-17)
------------------
* no changes
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.7</version>
<version>3.0.8</version>
<description>Parameter server implementation for micro-ROS nodes</description>
<maintainer email="[email protected]">Antonio Cuadros</maintainer>

Expand Down

0 comments on commit b73a773

Please sign in to comment.