Skip to content

Commit fac7da7

Browse files
committed
0.15.1
Signed-off-by: Audrow Nash <[email protected]>
1 parent 357183c commit fac7da7

File tree

54 files changed

+102
-32
lines changed

Some content is hidden

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

54 files changed

+102
-32
lines changed

launch_testing/launch_testing_examples/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions

launch_testing/launch_testing_examples/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>launch_testing_examples</name>
5-
<version>0.15.0</version>
5+
<version>0.15.1</version>
66
<description>Examples of simple launch tests</description>
77
<maintainer email="[email protected]">Shane Loretz</maintainer>
88
<maintainer email="[email protected]">Aditya Pande</maintainer>

launch_testing/launch_testing_examples/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.15.0',
7+
version='0.15.1',
88
packages=[package_name],
99
data_files=[
1010
('share/ament_index/resource_index/packages',

rclcpp/actions/minimal_action_client/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions

rclcpp/actions/minimal_action_client/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>examples_rclcpp_minimal_action_client</name>
5-
<version>0.15.0</version>
5+
<version>0.15.1</version>
66
<description>Minimal action client examples</description>
77
<maintainer email="[email protected]">Shane Loretz</maintainer>
88
<maintainer email="[email protected]">Aditya Pande</maintainer>

rclcpp/actions/minimal_action_server/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions

rclcpp/actions/minimal_action_server/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>examples_rclcpp_minimal_action_server</name>
5-
<version>0.15.0</version>
5+
<version>0.15.1</version>
66
<description>Minimal action server examples</description>
77
<maintainer email="[email protected]">Shane Loretz</maintainer>
88
<maintainer email="[email protected]">Aditya Pande</maintainer>

rclcpp/composition/minimal_composition/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions

rclcpp/composition/minimal_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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>examples_rclcpp_minimal_composition</name>
5-
<version>0.15.0</version>
5+
<version>0.15.1</version>
66
<description>Minimalist examples of composing nodes in the same
77
process</description>
88
<maintainer email="[email protected]">Shane Loretz</maintainer>

rclcpp/executors/cbg_executor/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions

0 commit comments

Comments
 (0)