Skip to content

Commit 3b57dd3

Browse files
committed
0.40.6 (Generated changelogs using Gemini)
Signed-off-by: Shane Loretz <sloretz@intrinsic.ai>
1 parent 8cf4749 commit 3b57dd3

34 files changed

Lines changed: 74 additions & 28 deletions

File tree

ros2action/CHANGELOG.rst

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

5+
0.40.6 (2026-04-14)
6+
-------------------
7+
8+
* Fix ``flake8`` (`#1215 <https://github.com/ros2/ros2cli/issues/1215>`_)
9+
* Add timeout arguments to ``ros2 service call``, ``ros2 action send_goal``, ``ros2 component``, ``ros2 lifecycle``, and ``ros2 param`` (`#1185 <https://github.com/ros2/ros2cli/issues/1185>`_)
10+
11+
* Contributors: Michael Carlstrom, Tomoya Fujita
12+
513
0.40.5 (2026-03-07)
614
-------------------
715

ros2action/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>ros2action</name>
5-
<version>0.40.5</version>
5+
<version>0.40.6</version>
66
<description>
77
The action command for ROS 2 command line tools.
88
</description>

ros2action/setup.py

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

66
setup(
77
name=package_name,
8-
version='0.40.5',
8+
version='0.40.6',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

ros2cli/CHANGELOG.rst

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

5+
0.40.6 (2026-04-14)
6+
-------------------
7+
8+
* Add RMW isolation fixture to enable discovery for ``rmw_zenoh_cpp`` tests (`#1216 <https://github.com/ros2/ros2cli/issues/1216>`_)
9+
* Add support for fish (`#1211 <https://github.com/ros2/ros2cli/issues/1211>`_)
10+
* Fix ``flake8`` (`#1215 <https://github.com/ros2/ros2cli/issues/1215>`_)
11+
12+
* Contributors: Michael Carlstrom, SPeak, Yuyuan Yuan
13+
514
0.40.5 (2026-03-07)
615
-------------------
716
* Fix future flake8 regressions (`#1196 <https://github.com/ros2/ros2cli//issues/1196>`_)

ros2cli/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>ros2cli</name>
5-
<version>0.40.5</version>
5+
<version>0.40.6</version>
66
<description>
77
Framework for ROS 2 command line tools.
88
</description>

ros2cli/setup.py

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

44
setup(
55
name='ros2cli',
6-
version='0.40.5',
6+
version='0.40.6',
77
packages=find_packages(exclude=['test']),
88
extras_require={
99
'completion': ['argcomplete'],

ros2cli_test_interfaces/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>ros2cli_test_interfaces</name>
5-
<version>0.40.5</version>
5+
<version>0.40.6</version>
66
<description>A package containing interface definitions for testing ros2cli.</description>
77

88
<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>

ros2component/CHANGELOG.rst

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

5+
0.40.6 (2026-04-14)
6+
-------------------
7+
8+
* Fix ``flake8`` (`#1215 <https://github.com/ros2/ros2cli/issues/1215>`_)
9+
* Add timeout arguments to ``ros2 service call``, ``ros2 action send_goal``, ``ros2 component``, ``ros2 lifecycle``, and ``ros2 param`` (`#1185 <https://github.com/ros2/ros2cli/issues/1185>`_)
10+
11+
* Contributors: Michael Carlstrom, Tomoya Fujita
12+
513
0.40.5 (2026-03-07)
614
-------------------
715
* Fix future flake8 regressions (`#1196 <https://github.com/ros2/ros2cli//issues/1196>`_)

ros2component/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>ros2component</name>
5-
<version>0.40.5</version>
5+
<version>0.40.6</version>
66
<description>
77
The component command for ROS 2 command line tools.
88
</description>

ros2component/setup.py

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

66
setup(
77
name=package_name,
8-
version='0.40.5',
8+
version='0.40.6',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

0 commit comments

Comments
 (0)