Skip to content

Commit 5912615

Browse files
committed
Version bump to 0.5
Signed-off-by: Nordmann Arne (CR/ADT3) <arne.nordmann@de.bosch.com>
1 parent 0147ca7 commit 5912615

4 files changed

Lines changed: 15 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.5.0 (2020-03-16)
6+
-----------
7+
* Atomic parameter setting https://github.com/micro-ROS/system_modes/issues/59
8+
* Bug fixing
9+
* More tests
10+
511
0.4.2 (2020-12-17)
612
-----------
713
* Error handling and rules feature no longer experimental

system_modes/package.xml

Lines changed: 2 additions & 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.4.2</version>
5+
<version>0.5.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,
@@ -34,6 +34,7 @@
3434
<test_depend>ament_lint_auto</test_depend>
3535
<test_depend>launch_testing_ament_cmake</test_depend>
3636
<test_depend>launch_testing_ros</test_depend>
37+
<test_depend>ros2run</test_depend>
3738

3839
<member_of_group>rosidl_interface_packages</member_of_group>
3940

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.5.0 (2020-03-16)
6+
-----------
7+
* Atomic parameter setting https://github.com/micro-ROS/system_modes/issues/59
8+
* Bug fixing
9+
* More tests
10+
511
0.4.2 (2020-12-17)
612
-----------
713
* Error handling and rules feature no longer experimental

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

0 commit comments

Comments
 (0)