Skip to content

Commit a3942b9

Browse files
committed
0.9.0
1 parent 2b06bc7 commit a3942b9

File tree

16 files changed

+75
-8
lines changed

16 files changed

+75
-8
lines changed

action_msgs/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package action_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.9.0 (2020-04-25)
6+
------------------
7+
58
0.8.0 (2019-09-26)
69
------------------
710

action_msgs/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_msgs</name>
5-
<version>0.8.0</version>
5+
<version>0.9.0</version>
66
<description>Messages and service definitions common among all ROS actions.</description>
77
<maintainer email="[email protected]">Karsten Knese</maintainer>
88
<license>Apache License 2.0</license>

builtin_interfaces/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package builtin_interfaces
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.9.0 (2020-04-25)
6+
------------------
7+
58
0.8.0 (2019-09-26)
69
------------------
710

builtin_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>builtin_interfaces</name>
5-
<version>0.8.0</version>
5+
<version>0.9.0</version>
66
<description>A package containing message and service definitions for types defined in the OMG IDL Platform Specific Model.</description>
77
<maintainer email="[email protected]">Dirk Thomas</maintainer>
88
<license>Apache License 2.0</license>

composition_interfaces/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package composition_interfaces
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.9.0 (2020-04-25)
6+
------------------
7+
58
0.8.0 (2019-09-26)
69
------------------
710

composition_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>composition_interfaces</name>
5-
<version>0.8.0</version>
5+
<version>0.9.0</version>
66
<description>A package containing message and service definitions for managing composable nodes in a container process.</description>
77
<maintainer email="[email protected]">Shane Loretz</maintainer>
88
<license>Apache License 2.0</license>

lifecycle_msgs/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package lifecycle_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.9.0 (2020-04-25)
6+
------------------
7+
58
0.8.0 (2019-09-26)
69
------------------
710

lifecycle_msgs/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>lifecycle_msgs</name>
5-
<version>0.8.0</version>
5+
<version>0.9.0</version>
66
<description>A package containing some lifecycle related message and service definitions.</description>
77
<maintainer email="[email protected]">Karsten Knese</maintainer>
88
<license>Apache License 2.0</license>

rcl_interfaces/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rcl_interfaces
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.9.0 (2020-04-25)
6+
------------------
7+
* Remove commented code line (`#99 <https://github.com/ros2/rcl_interfaces/issues/99>`_)
8+
* Remove unused IntraProcessMessage (`#89 <https://github.com/ros2/rcl_interfaces/issues/89>`_)
9+
* Contributors: Dirk Thomas, Stephen Brawner
10+
511
0.8.0 (2019-09-26)
612
------------------
713

rcl_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>rcl_interfaces</name>
5-
<version>0.8.0</version>
5+
<version>0.9.0</version>
66
<description>The ROS client library common interfaces.
77
This package contains the messages and services which ROS client libraries will use under the hood to
88
communicate higher level concepts such as parameters.

0 commit comments

Comments
 (0)