-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rolling: prepare bloom release v3.0.1 (#138)
* 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
1 parent
6ae73ca
commit 9687166
Showing
8 changed files
with
47 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|