Skip to content

Commit 36a4c0b

Browse files
committed
0.31.1
1 parent 9c6995b commit 36a4c0b

File tree

47 files changed

+68
-68
lines changed

Some content is hidden

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

47 files changed

+68
-68
lines changed

action_tutorials/action_tutorials_cpp/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.31.1 (2023-09-07)
6+
-------------------
77

88
0.31.0 (2023-08-21)
99
-------------------

action_tutorials/action_tutorials_cpp/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>action_tutorials_cpp</name>
5-
<version>0.31.0</version>
5+
<version>0.31.1</version>
66
<description>C++ action tutorial cpp code</description>
77

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

action_tutorials/action_tutorials_interfaces/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.31.1 (2023-09-07)
6+
-------------------
77

88
0.31.0 (2023-08-21)
99
-------------------

action_tutorials/action_tutorials_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>action_tutorials_interfaces</name>
5-
<version>0.31.0</version>
5+
<version>0.31.1</version>
66
<description>Action tutorials action</description>
77

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

action_tutorials/action_tutorials_py/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.31.1 (2023-09-07)
6+
-------------------
77

88
0.31.0 (2023-08-21)
99
-------------------

action_tutorials/action_tutorials_py/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>action_tutorials_py</name>
5-
<version>0.31.0</version>
5+
<version>0.31.1</version>
66
<description>Python action tutorial code</description>
77

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

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

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 composition
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.31.1 (2023-09-07)
6+
-------------------
77

88
0.31.0 (2023-08-21)
99
-------------------

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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>composition</name>
5-
<version>0.31.0</version>
5+
<version>0.31.1</version>
66
<description>Examples for composing multiple nodes in a single process.</description>
77

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

demo_nodes_cpp/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
0.31.1 (2023-09-07)
6+
-------------------
77
* Remove unnecessary captures in the various demos. (`#647 <https://github.com/ros2/demos/issues/647>`_)
88
* Contributors: Chris Lalancette
99

0 commit comments

Comments
 (0)