-
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.
* update changelog Signed-off-by: Jan Staschulat <[email protected]> * rolling release 3.0.9 - updated changelog and package.xml version number Signed-off-by: Jan Staschulat <[email protected]> --------- Signed-off-by: Jan Staschulat <[email protected]>
- Loading branch information
1 parent
810afe1
commit 442c4e8
Showing
8 changed files
with
32 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,18 @@ | |
Changelog for package rclc | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
3.0.9 (2023-03-22) | ||
------------------ | ||
* Added build status of bloom-releases for Humble distribution (#291) | ||
* [rolling] updated ros-tooling versions (#289) | ||
* github action: updated os-version to ubuntu-22.04 (backport #295) (#296) | ||
* Added documentation (#301) | ||
* Drop build dependency on std_msgs (#314) | ||
* Updated ros-tooling/[email protected] and ros-tooling/[email protected] (#318) | ||
* Removed build status for Galactic in README (EOL November 2022) (#321) | ||
* Update documentation about number_of_handles (#326) | ||
* executor.h: Fix a few docs typos (#338) | ||
|
||
3.0.8 (2022-04-14) | ||
------------------ | ||
* Remove duplicate typedefs. (#249) | ||
|
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>3.0.8</version> | ||
<version>3.0.9</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>3.0.8</version> | ||
<version>3.0.9</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>3.0.8</version> | ||
<version>3.0.9</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
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>3.0.8</version> | ||
<version>3.0.9</version> | ||
<description>Parameter server implementation for micro-ROS nodes</description> | ||
<maintainer email="[email protected]">Antonio Cuadros</maintainer> | ||
|
||
|