-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare bloom release 1.0.1 for Rolling (#72)
* Updated changelog Signed-off-by: Jan Staschulat <[email protected]> * bump version 1.0.1 in package.xml Signed-off-by: Jan Staschulat <[email protected]> * Included RCL-API change in changelog Signed-off-by: Jan Staschulat <[email protected]> * added RCL-lifecycle chane in rclc_examples and rclc_lifecycle Signed-off-by: Jan Staschulat <[email protected]>
- Loading branch information
1 parent
90f47c9
commit 2a8ec69
Showing
6 changed files
with
22 additions
and
3 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>1.0.0</version> | ||
<version>1.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>1.0.0</version> | ||
<version>1.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>1.0.0</version> | ||
<version>1.0.1</version> | ||
<description>rclc lifecycle convenience methods.</description> | ||
<maintainer email="[email protected]">Jan Staschulat</maintainer> | ||
|
||
|