Skip to content

Commit 7d93303

Browse files
committed
0.20.3
1 parent f997b8a commit 7d93303

File tree

54 files changed

+76
-76
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

+76
-76
lines changed

launch_testing/launch_testing_examples/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.20.3 (2024-11-20)
6+
-------------------
77

88
0.20.2 (2024-07-29)
99
-------------------

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.20.2</version>
5+
<version>0.20.3</version>
66
<description>Examples of simple launch tests</description>
77

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.20.2',
7+
version='0.20.3',
88
packages=[package_name],
99
data_files=[
1010
('share/ament_index/resource_index/packages',

rclcpp/actions/minimal_action_client/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.20.3 (2024-11-20)
6+
-------------------
77

88
0.20.2 (2024-07-29)
99
-------------------

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.20.2</version>
5+
<version>0.20.3</version>
66
<description>Minimal action client examples</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

rclcpp/actions/minimal_action_server/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.20.3 (2024-11-20)
6+
-------------------
77

88
0.20.2 (2024-07-29)
99
-------------------

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.20.2</version>
5+
<version>0.20.3</version>
66
<description>Minimal action server examples</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

rclcpp/composition/minimal_composition/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.20.3 (2024-11-20)
6+
-------------------
77

88
0.20.2 (2024-07-29)
99
-------------------

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.20.2</version>
5+
<version>0.20.3</version>
66
<description>Minimalist examples of composing nodes in the same
77
process</description>
88

rclcpp/executors/cbg_executor/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.20.3 (2024-11-20)
6+
-------------------
77

88
0.20.2 (2024-07-29)
99
-------------------

0 commit comments

Comments
 (0)