Skip to content

Commit

Permalink
0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yadunund committed Jul 13, 2023
1 parent a3a796e commit 497c137
Show file tree
Hide file tree
Showing 43 changed files with 58 additions and 58 deletions.
4 changes: 2 additions & 2 deletions ros2action/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ros2action
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.25.2 (2023-07-14)
-------------------

0.25.1 (2023-05-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ros2action/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>ros2action</name>
<version>0.25.1</version>
<version>0.25.2</version>
<description>
The action command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2action/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.25.1',
version='0.25.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions ros2cli/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ros2cli
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.25.2 (2023-07-14)
-------------------
* Add marshalling functions for rclpy.type_hash.TypeHash (`#835 <https://github.com/ros2/ros2cli/issues/835>`_)
* Contributors: Hans-Joachim Krauch

Expand Down
2 changes: 1 addition & 1 deletion ros2cli/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>ros2cli</name>
<version>0.25.1</version>
<version>0.25.2</version>
<description>
Framework for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='ros2cli',
version='0.25.1',
version='0.25.2',
packages=find_packages(exclude=['test']),
extras_require={
'completion': ['argcomplete'],
Expand Down
4 changes: 2 additions & 2 deletions ros2cli_test_interfaces/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ros2cli_test_interfaces
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.25.2 (2023-07-14)
-------------------

0.25.1 (2023-05-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ros2cli_test_interfaces/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>ros2cli_test_interfaces</name>
<version>0.25.1</version>
<version>0.25.2</version>
<description>A package containing interface definitions for testing ros2cli.</description>

<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions ros2component/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ros2component
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.25.2 (2023-07-14)
-------------------

0.25.1 (2023-05-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ros2component/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>ros2component</name>
<version>0.25.1</version>
<version>0.25.2</version>
<description>
The component command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2component/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.25.1',
version='0.25.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions ros2doctor/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ros2doctor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.25.2 (2023-07-14)
-------------------

0.25.1 (2023-05-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ros2doctor/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>ros2doctor</name>
<version>0.25.1</version>
<version>0.25.2</version>
<description>A command line tool to check potential issues in a ROS 2 system</description>

<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion ros2doctor/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.25.1',
version='0.25.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions ros2interface/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ros2interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.25.2 (2023-07-14)
-------------------

0.25.1 (2023-05-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ros2interface/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>ros2interface</name>
<version>0.25.1</version>
<version>0.25.2</version>
<description>
The interface command for ROS 2 command line tools
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2interface/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.25.1',
version='0.25.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions ros2lifecycle/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ros2lifecycle
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.25.2 (2023-07-14)
-------------------

0.25.1 (2023-05-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ros2lifecycle/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>ros2lifecycle</name>
<version>0.25.1</version>
<version>0.25.2</version>
<description>
The lifecycle command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2lifecycle/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.25.1',
version='0.25.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions ros2lifecycle_test_fixtures/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ros2lifecycle_test_fixtures
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.25.2 (2023-07-14)
-------------------

0.25.1 (2023-05-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ros2lifecycle_test_fixtures/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>ros2lifecycle_test_fixtures</name>
<version>0.25.1</version>
<version>0.25.2</version>
<description>Package containing fixture nodes for ros2lifecycle tests</description>

<maintainer email="audrow@openrobotics.org">Audrow Nash</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions ros2multicast/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ros2multicast
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.25.2 (2023-07-14)
-------------------

0.25.1 (2023-05-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ros2multicast/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>ros2multicast</name>
<version>0.25.1</version>
<version>0.25.2</version>
<description>
The multicast command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2multicast/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.25.1',
version='0.25.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions ros2node/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ros2node
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.25.2 (2023-07-14)
-------------------

0.25.1 (2023-05-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ros2node/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>ros2node</name>
<version>0.25.1</version>
<version>0.25.2</version>
<description>
The node command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2node/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.25.1',
version='0.25.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions ros2param/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ros2param
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.25.2 (2023-07-14)
-------------------
* Update ros2 param dump dosctring. (`#841 <https://github.com/ros2/ros2cli/issues/841>`_)
* Contributors: Murilo M Marinho

Expand Down
2 changes: 1 addition & 1 deletion ros2param/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>ros2param</name>
<version>0.25.1</version>
<version>0.25.2</version>
<description>
The param command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2param/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.25.1',
version='0.25.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions ros2pkg/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ros2pkg
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.25.2 (2023-07-14)
-------------------

0.25.1 (2023-05-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ros2pkg/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>ros2pkg</name>
<version>0.25.1</version>
<version>0.25.2</version>
<description>
The pkg command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2pkg/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.25.1',
version='0.25.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions ros2run/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ros2run
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.25.2 (2023-07-14)
-------------------

0.25.1 (2023-05-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ros2run/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>ros2run</name>
<version>0.25.1</version>
<version>0.25.2</version>
<description>
The run command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2run/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.25.1',
version='0.25.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions ros2service/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ros2service
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.25.2 (2023-07-14)
-------------------

0.25.1 (2023-05-11)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion ros2service/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>ros2service</name>
<version>0.25.1</version>
<version>0.25.2</version>
<description>
The service command for ROS 2 command line tools.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ros2service/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='0.25.1',
version='0.25.2',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions ros2topic/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ros2topic
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.25.2 (2023-07-14)
-------------------
* Add marshalling functions for rclpy.type_hash.TypeHash (`#835 <https://github.com/ros2/ros2cli/issues/835>`_)
* Contributors: Hans-Joachim Krauch

Expand Down

0 comments on commit 497c137

Please sign in to comment.