Skip to content

Commit

Permalink
Version bump to 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nordmann Arne (CR/ADT3) <arne.nordmann@de.bosch.com>
  • Loading branch information
norro committed Apr 8, 2021
1 parent 2dd9387 commit 0b90a5d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
6 changes: 6 additions & 0 deletions system_modes/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package system_modes_examples
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.6.0 (2020-03-16)
-----------

* Introduced mode observer https://github.com/micro-ROS/system_modes/issues/59
* Mode manager prevents redundant mode changes https://github.com/micro-ROS/system_modes/pull/67
* Minor bugfix in inference

0.5.0 (2020-03-16)
-----------
Expand Down
2 changes: 1 addition & 1 deletion system_modes/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>system_modes</name>
<version>0.5.0</version>
<version>0.6.0</version>
<description>
The system modes concept assumes that a robotics system is built
from components with a lifecycle. It adds a notion of (sub-)systems,
Expand Down
12 changes: 12 additions & 0 deletions system_modes_examples/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package system_modes_examples
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.6.0 (2020-03-16)
-----------

* Introduced mode observer https://github.com/micro-ROS/system_modes/issues/59
* Mode manager prevents redundant mode changes https://github.com/micro-ROS/system_modes/pull/67
* Minor bugfix in inference

0.5.0 (2020-03-16)
-----------
Expand All @@ -24,6 +30,12 @@ Changelog for package system_modes_examples
* publish inferred state and mode transitions
* https://github.com/micro-ROS/system_modes/issues/42

0.4.0 (2020-09-30)
-----------
* mode event now including start and goal mode
* publish inferred state and mode transitions
* https://github.com/micro-ROS/system_modes/issues/42

0.3.0 (2020-07-23)
-----------
* removed boost dependencies (was: program options)
Expand Down
2 changes: 1 addition & 1 deletion system_modes_examples/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>system_modes_examples</name>
<version>0.5.0</version>
<version>0.6.0</version>
<description>
Simple example system and according launch files for the system_modes
package.
Expand Down

0 comments on commit 0b90a5d

Please sign in to comment.