Skip to content

Commit 6bc4c32

Browse files
committed
Version bump to 0.6.0
Signed-off-by: Arne Nordmann <arne.nordmann@de.bosch.com>
1 parent b870d9e commit 6bc4c32

4 files changed

Lines changed: 20 additions & 2 deletions

File tree

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.6.0 (2020-03-16)
6+
-----------
7+
* Introduced mode observer https://github.com/micro-ROS/system_modes/issues/59
8+
* Mode manager prevents redundant mode changes https://github.com/micro-ROS/system_modes/pull/67
9+
* Minor bugfix in inference
10+
511
0.5.0 (2020-03-16)
612
-----------
713
* Atomic parameter setting https://github.com/micro-ROS/system_modes/issues/59

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.5.0</version>
5+
<version>0.6.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: 12 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.6.0 (2020-03-16)
6+
-----------
7+
* Introduced mode observer https://github.com/micro-ROS/system_modes/issues/59
8+
* Mode manager prevents redundant mode changes https://github.com/micro-ROS/system_modes/pull/67
9+
* Minor bugfix in inference
10+
511
0.5.0 (2020-03-16)
612
-----------
713
* Atomic parameter setting https://github.com/micro-ROS/system_modes/issues/59
@@ -24,6 +30,12 @@ Changelog for package system_modes_examples
2430
* publish inferred state and mode transitions
2531
* https://github.com/micro-ROS/system_modes/issues/42
2632

33+
0.4.0 (2020-09-30)
34+
-----------
35+
* mode event now including start and goal mode
36+
* publish inferred state and mode transitions
37+
* https://github.com/micro-ROS/system_modes/issues/42
38+
2739
0.3.0 (2020-07-23)
2840
-----------
2941
* removed boost dependencies (was: program options)

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

0 commit comments

Comments
 (0)