Skip to content

Commit 32396e9

Browse files
committed
0.38.0
1 parent 526401b commit 32396e9

Some content is hidden

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

43 files changed

+114
-28
lines changed

ros2action/CHANGELOG.rst

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

5+
0.38.0 (2025-04-25)
6+
-------------------
7+
* Allow zenoh tests to run with multicast (`#992 <https://github.com/ros2/ros2cli/issues/992>`_)
8+
* Support 'ros2 action echo' (`#978 <https://github.com/ros2/ros2cli/issues/978>`_)
9+
* Correct the license content (`#979 <https://github.com/ros2/ros2cli/issues/979>`_)
10+
* Contributors: Barry Xu, Michael Carroll
11+
512
0.37.0 (2025-02-02)
613
-------------------
714
* Maintaining consistency of automatically putting time stamps in the service and action calls similiar to publishing in rostopics. (`#961 <https://github.com/ros2/ros2cli/issues/961>`_)

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.37.0</version>
5+
<version>0.38.0</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.37.0',
8+
version='0.38.0',
99
packages=find_packages(exclude=['test']),
1010
data_files=[
1111
('share/' + package_name, ['package.xml']),

ros2cli/CHANGELOG.rst

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

5+
0.38.0 (2025-04-25)
6+
-------------------
7+
* Allow zenoh tests to run with multicast (`#992 <https://github.com/ros2/ros2cli/issues/992>`_)
8+
* Contributors: Michael Carroll
9+
510
0.37.0 (2025-02-02)
611
-------------------
712
* Rename the test\_{daemon,direct}.py tests. (`#959 <https://github.com/ros2/ros2cli/issues/959>`_)

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.37.0</version>
5+
<version>0.38.0</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.37.0',
6+
version='0.38.0',
77
packages=find_packages(exclude=['test']),
88
extras_require={
99
'completion': ['argcomplete'],

ros2cli_test_interfaces/CHANGELOG.rst

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

5+
0.38.0 (2025-04-25)
6+
-------------------
7+
58
0.37.0 (2025-02-02)
69
-------------------
710

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

88
<maintainer email="[email protected]">Audrow Nash</maintainer>

ros2component/CHANGELOG.rst

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

5+
0.38.0 (2025-04-25)
6+
-------------------
7+
58
0.37.0 (2025-02-02)
69
-------------------
710

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

0 commit comments

Comments
 (0)