Skip to content

Commit 2614f4a

Browse files
committed
0.34.1
1 parent 839b622 commit 2614f4a

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.34.1 (2024-06-17)
6+
-------------------
77

88
0.34.0 (2024-04-26)
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.34.0</version>
5+
<version>0.34.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.34.1 (2024-06-17)
6+
-------------------
77

88
0.34.0 (2024-04-26)
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.34.0</version>
5+
<version>0.34.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.34.1 (2024-06-17)
6+
-------------------
77

88
0.34.0 (2024-04-26)
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.34.0</version>
5+
<version>0.34.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.34.0',
7+
version='0.34.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.34.1 (2024-06-17)
6+
-------------------
77
* Change references from "jazzy" to "rolling" on the rolling branch. (`#687 <https://github.com/ros2/demos/issues/687>`_)
88
* [composition] add launch action console output in the verify section (`#677 <https://github.com/ros2/demos/issues/677>`_)
99
* Contributors: Chris Lalancette, Mikael Arguedas

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.34.0</version>
5+
<version>0.34.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.34.1 (2024-06-17)
6+
-------------------
77
* [demo_nodes_cpp] some readme and executable name fixups (`#678 <https://github.com/ros2/demos/issues/678>`_)
88
* Fix gcc warnings when building with optimizations. (`#672 <https://github.com/ros2/demos/issues/672>`_)
99
* Contributors: Chris Lalancette, Mikael Arguedas

0 commit comments

Comments
 (0)