Skip to content

Commit

Permalink
Version push to 0.9.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 Jul 21, 2021
1 parent 5d13a21 commit d62e24c
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 5 deletions.
6 changes: 6 additions & 0 deletions launch_system_modes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package system_modes_examples
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.0 (2020-07-21)
------------------

* More flexibility in specifying the default mode, any mode can be now default mode
https://github.com/micro-ROS/system_modes/issues/69

0.8.0 (2020-04-22)
------------------

Expand Down
2 changes: 1 addition & 1 deletion launch_system_modes/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>launch_system_modes</name>
<version>0.8.0</version>
<version>0.9.0</version>
<description>
System modes specific extensions to the launch tool, i.e. launch actions, events, and event
handlers for system modes.
Expand Down
6 changes: 6 additions & 0 deletions system_modes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package system_modes_examples
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.0 (2020-07-21)
------------------

* More flexibility in specifying the default mode, any mode can be now default mode
https://github.com/micro-ROS/system_modes/issues/69

0.8.0 (2020-04-22)
------------------

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.8.0</version>
<version>0.9.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
6 changes: 6 additions & 0 deletions system_modes_examples/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package system_modes_examples
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.0 (2020-07-21)
------------------

* More flexibility in specifying the default mode, any mode can be now default mode
https://github.com/micro-ROS/system_modes/issues/69

0.8.0 (2020-04-22)
------------------

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.8.0</version>
<version>0.9.0</version>
<description>
Example systems and according launch files for the system_modes
package.
Expand Down
6 changes: 6 additions & 0 deletions system_modes_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package system_modes_examples
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.0 (2020-07-21)
------------------

* More flexibility in specifying the default mode, any mode can be now default mode
https://github.com/micro-ROS/system_modes/issues/69

0.8.0 (2020-04-22)
------------------

Expand Down
2 changes: 1 addition & 1 deletion system_modes_msgs/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_msgs</name>
<version>0.8.0</version>
<version>0.9.0</version>
<description>
Interface package, containing message definitions and service definitions
for the system modes package.
Expand Down
6 changes: 6 additions & 0 deletions test_launch_system_modes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package system_modes_examples
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.9.0 (2020-07-21)
------------------

* More flexibility in specifying the default mode, any mode can be now default mode
https://github.com/micro-ROS/system_modes/issues/69

0.8.0 (2020-04-22)
------------------

Expand Down
2 changes: 1 addition & 1 deletion test_launch_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>test_launch_system_modes</name>
<version>0.8.0</version>
<version>0.9.0</version>
<description>
Launch tests for the launch_system_modes package, i.e. launch actions, events, and event
handlers for system modes.
Expand Down

0 comments on commit d62e24c

Please sign in to comment.