Skip to content

Commit d729921

Browse files
committed
0.14.0
Signed-off-by: Audrow Nash <[email protected]>
1 parent 6e76f78 commit d729921

File tree

54 files changed

+152
-32
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+152
-32
lines changed

launch_testing/launch_testing_examples/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog for package launch_testing_examples
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.14.0 (2022-01-14)
6+
-------------------
7+
* Readded WaitForTopics utility (`#333 <https://github.com/ros2/examples/issues/333>`_)
8+
* Final batch of examples (`#327 <https://github.com/ros2/examples/issues/327>`_)
9+
* Update maintainers to Aditya Pande and Shane Loretz (`#332 <https://github.com/ros2/examples/issues/332>`_)
10+
* Updated maintainers (`#329 <https://github.com/ros2/examples/issues/329>`_)
11+
* Contributors: Aditya Pande, Audrow Nash
12+
513
0.13.0 (2021-10-18)
614
-------------------
715
* Reverted WaitForTopics utility usage (`#326 <https://github.com/ros2/examples/issues/326>`_)

launch_testing/launch_testing_examples/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>launch_testing_examples</name>
5-
<version>0.13.0</version>
5+
<version>0.14.0</version>
66
<description>Examples of simple launch tests</description>
77
<maintainer email="[email protected]">Shane Loretz</maintainer>
88
<maintainer email="[email protected]">Aditya Pande</maintainer>

launch_testing/launch_testing_examples/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name=package_name,
7-
version='0.13.0',
7+
version='0.14.0',
88
packages=[package_name],
99
data_files=[
1010
('share/ament_index/resource_index/packages',

rclcpp/actions/minimal_action_client/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package examples_rclcpp_minimal_action_client
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.14.0 (2022-01-14)
6+
-------------------
7+
* Updated maintainers (`#329 <https://github.com/ros2/examples/issues/329>`_)
8+
* Contributors: Aditya Pande
9+
510
0.13.0 (2021-10-18)
611
-------------------
712

rclcpp/actions/minimal_action_client/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>examples_rclcpp_minimal_action_client</name>
5-
<version>0.13.0</version>
5+
<version>0.14.0</version>
66
<description>Minimal action client examples</description>
77
<maintainer email="[email protected]">Shane Loretz</maintainer>
88
<maintainer email="[email protected]">Aditya Pande</maintainer>

rclcpp/actions/minimal_action_server/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package examples_rclcpp_minimal_action_server
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.14.0 (2022-01-14)
6+
-------------------
7+
* Updated maintainers (`#329 <https://github.com/ros2/examples/issues/329>`_)
8+
* Contributors: Aditya Pande
9+
510
0.13.0 (2021-10-18)
611
-------------------
712

rclcpp/actions/minimal_action_server/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>examples_rclcpp_minimal_action_server</name>
5-
<version>0.13.0</version>
5+
<version>0.14.0</version>
66
<description>Minimal action server examples</description>
77
<maintainer email="[email protected]">Shane Loretz</maintainer>
88
<maintainer email="[email protected]">Aditya Pande</maintainer>

rclcpp/composition/minimal_composition/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package examples_rclcpp_minimal_composition
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.14.0 (2022-01-14)
6+
-------------------
7+
* Updated maintainers (`#329 <https://github.com/ros2/examples/issues/329>`_)
8+
* Contributors: Aditya Pande
9+
510
0.13.0 (2021-10-18)
611
-------------------
712

rclcpp/composition/minimal_composition/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>examples_rclcpp_minimal_composition</name>
5-
<version>0.13.0</version>
5+
<version>0.14.0</version>
66
<description>Minimalist examples of composing nodes in the same
77
process</description>
88
<maintainer email="[email protected]">Shane Loretz</maintainer>

rclcpp/executors/cbg_executor/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package examples_rclcpp_cbg_executor
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.14.0 (2022-01-14)
6+
-------------------
7+
58
0.13.0 (2021-10-18)
69
-------------------
710
* Fix deprecated subscriber callbacks (`#323 <https://github.com/ros2/examples/issues/323>`_)

0 commit comments

Comments
 (0)