Skip to content

Commit 59ce1ff

Browse files
committed
0.10.1
1 parent d50d26d commit 59ce1ff

File tree

44 files changed

+64
-64
lines changed

Some content is hidden

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

44 files changed

+64
-64
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.10.1 (2020-09-21)
6+
-------------------
77
* Update goal response callback signature (`#463 <https://github.com/ros2/demos/issues/463>`_)
88
* Contributors: Jacob Perron
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.10.0</version>
5+
<version>0.10.1</version>
66
<description>C++ action tutorial cpp code</description>
77
<maintainer email="[email protected]">Jacob Perron</maintainer>
88
<license>Apache License 2.0</license>

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.10.1 (2020-09-21)
6+
-------------------
77

88
0.10.0 (2020-06-17)
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.10.0</version>
5+
<version>0.10.1</version>
66
<description>Action tutorials action</description>
77
<maintainer email="[email protected]">Jacob Perron</maintainer>
88
<license>Apache License 2.0</license>

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.10.1 (2020-09-21)
6+
-------------------
77

88
0.10.0 (2020-06-17)
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.10.0</version>
5+
<version>0.10.1</version>
66
<description>Python action tutorial code</description>
77
<maintainer email="[email protected]">Jacob Perron</maintainer>
88
<license>Apache License 2.0</license>

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.10.0',
7+
version='0.10.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.10.1 (2020-09-21)
6+
-------------------
77

88
0.10.0 (2020-06-17)
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.10.0</version>
5+
<version>0.10.1</version>
66
<description>Examples for composing multiple nodes in a single process.</description>
77
<maintainer email="[email protected]">Dirk Thomas</maintainer>
88
<license>Apache License 2.0</license>

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.10.1 (2020-09-21)
6+
-------------------
77

88
0.10.0 (2020-06-17)
99
-------------------

0 commit comments

Comments
 (0)