Skip to content

Commit 9047090

Browse files
committed
Version bump to 0.7.0
Signed-off-by: Nordmann Arne (CR/ADT3) <arne.nordmann@de.bosch.com>
1 parent 86fe634 commit 9047090

6 files changed

Lines changed: 26 additions & 3 deletions

File tree

system_modes/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
22
Changelog for package system_modes_examples
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
0.7.0 (2020-04-22)
6+
-----------
7+
8+
* Launch tests now using launch_ros node action https://github.com/micro-ROS/system_modes/pull/72
9+
* Introduced separate interface package, system_modes_msgs https://github.com/micro-ROS/system_modes/pull/74
10+
411
0.6.0 (2020-03-16)
512
-----------
613

system_modes/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>system_modes</name>
5-
<version>0.6.0</version>
5+
<version>0.7.0</version>
66
<description>
77
The system modes concept assumes that a robotics system is built
88
from components with a lifecycle. It adds a notion of (sub-)systems,

system_modes_examples/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
22
Changelog for package system_modes_examples
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
0.7.0 (2020-04-22)
6+
-----------
7+
8+
* Launch tests now using launch_ros node action https://github.com/micro-ROS/system_modes/pull/72
9+
* Introduced separate interface package, system_modes_msgs https://github.com/micro-ROS/system_modes/pull/74
10+
411
0.6.0 (2020-03-16)
512
-----------
613

system_modes_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>system_modes_examples</name>
5-
<version>0.6.0</version>
5+
<version>0.7.0</version>
66
<description>
77
Simple example system and according launch files for the system_modes
88
package.

system_modes_msgs/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package system_modes_examples
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
0.7.0 (2020-04-22)
6+
-----------
7+
8+
* Launch tests now using launch_ros node action https://github.com/micro-ROS/system_modes/pull/72
9+
* Introduced separate interface package, system_modes_msgs https://github.com/micro-ROS/system_modes/pull/74

system_modes_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>system_modes_msgs</name>
5-
<version>0.6.0</version>
5+
<version>0.7.0</version>
66
<description>
77
The system modes concept assumes that a robotics system is built
88
from components with a lifecycle. It adds a notion of (sub-)systems,

0 commit comments

Comments
 (0)