Skip to content

Commit

Permalink
Rolling: prepare bloom release v3.0.1 (#138)
Browse files Browse the repository at this point in the history
* version bump and updated changelog

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

* version bump to 3.0.1 because galactic has major version 2. Avoid tagging duplication by seperate major version: galactic 2.x.x rolling 3.x.x.

Signed-off-by: Jan Staschulat <[email protected]>
  • Loading branch information
JanStaschulat authored Jul 20, 2021
1 parent 6ae73ca commit 9687166
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 10 deletions.
23 changes: 17 additions & 6 deletions rclc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,21 @@
Changelog for package rclc
^^^^^^^^^^^^^^^^^^^^^^^^^^

3.0.1 (2021-07-17)
------------------
* Added rclc_parameter package
* Added quality of service entity creation API
* Added executor prepare API
* Added support for removing subscription from executor
* Added support for subscription with context
* Added quality declaration statement
* Updated compatability function for sleep
* Removed duplicate NOTICE files

2.0.0 (2021-04-23)
------------------
* added codecov support
* new API of rcl_lifecycle in Rolling required major version bump
* Added codecov support
* New API of rcl_lifecycle in Rolling required major version bump

1.0.1 (2021-03-29)
------------------
Expand All @@ -15,10 +26,10 @@ Changelog for package rclc

1.0.0 (2021-03-04)
------------------
* service callbacks with context
* fixed minor issues unit tests
* upgraded setup_ros action (ci jobs)
* removed Eloquent from ci jobs
* Service callbacks with context
* Fixed minor issues unit tests
* Upgraded setup_ros action (ci jobs)
* Removed Eloquent from ci jobs

0.1.7 (2021-01-20)
------------------
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>2.0.0</version>
<version>3.0.1</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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.0.1 (2021-07-17)
------------------
* Added example for parameter server
* Added example for executor prepare API
* Added example for quality of service entity creation API
* Added example for subscription with context

2.0.0 (2021-04-23)
------------------
* added codecov support
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>2.0.0</version>
<version>3.0.1</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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.0.1 (2021-07-17)
------------------
* Added quality declaration statement

2.0.0 (2021-04-23)
------------------
* added codecov support
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>2.0.0</version>
<version>3.0.1</version>
<description>rclc lifecycle convenience methods.</description>
<maintainer email="[email protected]">Jan Staschulat</maintainer>

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

3.0.1 (2021-07-17)
------------------
* Removed shared from rclc_parameter
* Ensure clean message when set_parameter
* Added QoS entity creation API
* Updated CMakeLists.txt
* Major vesion bump was neccessary because API change in rcl_lifecycle package

0.1.0 (2021-05-27)
------------------
* Initial release
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>0.1.0</version>
<version>3.0.1</version>
<description>Parameter server implementation for micro-ROS nodes</description>
<maintainer email="[email protected]">Antonio Cuadros</maintainer>

Expand Down

0 comments on commit 9687166

Please sign in to comment.