Skip to content

Commit

Permalink
foxy release 1.1.2 : updated changelog and package file (#347)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Staschulat <jan.staschulat@de.bosch.com>
  • Loading branch information
JanStaschulat committed Mar 31, 2023
1 parent eebb03b commit 8856fea
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 7 deletions.
11 changes: 11 additions & 0 deletions rclc/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package rclc
^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.2 (2023-03-31)
------------------
* Added build status of bloom-releases for Humble distribution (backport #291) (#294)
* [rolling] updated ros-tooling versions (backport #289) (#299)
* added documentation (#301) (#304)
* Drop build dependency on std_msgs (backport #314) (#317)
* Updated ros-tooling versions (backport #318) (#319)
* removed build status for Galactic distribution in README (backport #321) (#323)
* Update documentation about number_of_handles (#326) (#328)

1.1.1 (2022-03-16)
------------------
* Fix enum naming for avoid collision (backport #242) (#243)
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>1.1.1</version>
<version>1.1.2</version>
<description>The ROS client library in C.</description>
<maintainer email="jan.staschulat@de.bosch.com">Jan Staschulat</maintainer>
<maintainer email="pablogarrido@eprosima.com">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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.2 (2023-03-31)
------------------
* Example real-time concurreny timer and subscription (backport #329) (#331)
* updated rclc_examples (backport #332) (#333)
* Updated README in rclc_examples (backport #335) (#337)

1.1.1 (2022-03-16)
------------------
* Backport parameters (#263)
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>1.1.1</version>
<version>1.1.2</version>
<description>Example of using rclc_executor</description>
<maintainer email="jan.staschulat@de.bosch.com">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
Expand Up @@ -2,6 +2,11 @@
Changelog for package rclc_lifecycle
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.2 (2023-03-31)
------------------
* Fix rclc lifecyle header (#279) (#280)
* added documentation (#301) (#304)

1.1.1 (2022-03-16)
------------------
* 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>1.1.1</version>
<version>1.1.2</version>
<description>rclc lifecycle convenience methods.</description>
<maintainer email="jan.staschulat@de.bosch.com">Jan Staschulat</maintainer>

Expand Down
12 changes: 9 additions & 3 deletions rclc_parameter/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package rclc
^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package rclc_parameter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.2 (2023-03-31)
------------------
* Fix parameter tests timeout (backport #283) (#284)
* rclc_parameter: Fix rcl return values (backport #270) (#276)
* added documentation (#301) (#304)

1.1.1 (2022-03-16)
------------------
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>1.1.1</version>
<version>1.1.2</version>
<description>Parameter server implementation for micro-ROS nodes</description>
<maintainer email="antoniocuadros@eprosima.com">Antonio Cuadros</maintainer>

Expand Down

0 comments on commit 8856fea

Please sign in to comment.