Skip to content

Commit d62e24c

Browse files
committed
Version push to 0.9.0
Signed-off-by: Nordmann Arne (CR/ADT3) <arne.nordmann@de.bosch.com>
1 parent 5d13a21 commit d62e24c

File tree

10 files changed

+35
-5
lines changed

10 files changed

+35
-5
lines changed

launch_system_modes/CHANGELOG.rst

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

5+
0.9.0 (2020-07-21)
6+
------------------
7+
8+
* More flexibility in specifying the default mode, any mode can be now default mode
9+
https://github.com/micro-ROS/system_modes/issues/69
10+
511
0.8.0 (2020-04-22)
612
------------------
713

launch_system_modes/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>launch_system_modes</name>
7-
<version>0.8.0</version>
7+
<version>0.9.0</version>
88
<description>
99
System modes specific extensions to the launch tool, i.e. launch actions, events, and event
1010
handlers for system modes.

system_modes/CHANGELOG.rst

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

5+
0.9.0 (2020-07-21)
6+
------------------
7+
8+
* More flexibility in specifying the default mode, any mode can be now default mode
9+
https://github.com/micro-ROS/system_modes/issues/69
10+
511
0.8.0 (2020-04-22)
612
------------------
713

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.8.0</version>
5+
<version>0.9.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package system_modes_examples
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.9.0 (2020-07-21)
6+
------------------
7+
8+
* More flexibility in specifying the default mode, any mode can be now default mode
9+
https://github.com/micro-ROS/system_modes/issues/69
10+
511
0.8.0 (2020-04-22)
612
------------------
713

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.8.0</version>
5+
<version>0.9.0</version>
66
<description>
77
Example systems and according launch files for the system_modes
88
package.

system_modes_msgs/CHANGELOG.rst

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

5+
0.9.0 (2020-07-21)
6+
------------------
7+
8+
* More flexibility in specifying the default mode, any mode can be now default mode
9+
https://github.com/micro-ROS/system_modes/issues/69
10+
511
0.8.0 (2020-04-22)
612
------------------
713

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.8.0</version>
5+
<version>0.9.0</version>
66
<description>
77
Interface package, containing message definitions and service definitions
88
for the system modes package.

test_launch_system_modes/CHANGELOG.rst

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

5+
0.9.0 (2020-07-21)
6+
------------------
7+
8+
* More flexibility in specifying the default mode, any mode can be now default mode
9+
https://github.com/micro-ROS/system_modes/issues/69
10+
511
0.8.0 (2020-04-22)
612
------------------
713

test_launch_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>test_launch_system_modes</name>
5-
<version>0.8.0</version>
5+
<version>0.9.0</version>
66
<description>
77
Launch tests for the launch_system_modes package, i.e. launch actions, events, and event
88
handlers for system modes.

0 commit comments

Comments
 (0)