Skip to content

Commit d66b9cf

Browse files
committed
Cleanup of changelogs
Signed-off-by: Nordmann Arne (CR/ADT3) <arne.nordmann@de.bosch.com>
1 parent 75ddf07 commit d66b9cf

3 files changed

Lines changed: 36 additions & 43 deletions

File tree

system_modes/CHANGELOG.rst

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,83 +3,77 @@ Changelog for package system_modes_examples
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

55
0.7.1 (2020-04-22)
6-
-----------
6+
------------------
77

88
* Improved metadata for ROS 2 package releases
99

1010
0.7.0 (2020-04-22)
11-
-----------
11+
------------------
1212

1313
* Launch tests now using launch_ros node action https://github.com/micro-ROS/system_modes/pull/72
1414
* Introduced separate interface package, system_modes_msgs https://github.com/micro-ROS/system_modes/pull/74
1515

1616
0.6.0 (2020-03-16)
17-
-----------
17+
------------------
1818

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

2323
0.5.0 (2020-03-16)
24-
-----------
24+
------------------
2525
* Atomic parameter setting https://github.com/micro-ROS/system_modes/issues/59
2626
* Bug fixing
2727
* More tests
2828

2929
0.4.2 (2020-12-17)
30-
-----------
30+
------------------
3131
* Error handling and rules feature no longer experimental
3232
* Fixed bugs in monitor and tests
3333

3434
0.4.1 (2020-10-29)
35-
-----------
35+
------------------
3636
* Include experimental error handling and rules feature
3737
* https://github.com/micro-ROS/system_modes/issues/13
3838
* CI for ubuntu 20.04 ROS 2 rolling
3939

4040
0.4.0 (2020-09-30)
41-
-----------
42-
* publish inferred state and mode transitions
43-
* https://github.com/micro-ROS/system_modes/issues/42
44-
45-
0.4.0 (2020-09-30)
46-
-----------
47-
* mode event now including start and goal mode
41+
------------------
4842
* publish inferred state and mode transitions
4943
* https://github.com/micro-ROS/system_modes/issues/42
5044

5145
0.3.0 (2020-07-23)
52-
-----------
46+
------------------
5347
* removed boost dependencies (was: program options)
5448
* changed mode service specifications (less redundancy)
5549
* https://github.com/micro-ROS/system_modes/issues/24
5650

5751
0.2.3 (2020-07-23)
58-
-----------
52+
------------------
5953
* improved StateAndMode struct
6054
* testing
6155

6256
0.2.2 (2020-07-13)
63-
-----------
57+
------------------
6458
* introduced StateAndMode struct to bundle lifecycle state and system mode
6559

6660
0.2.0 (2020-02-13)
67-
-----------
61+
------------------
6862
* integration with ROS 2 launch
6963
* updated docs
7064

7165
0.1.6 (2019-10-31)
72-
-------------------
66+
------------------
7367
* fixed QoS configuration for parameter event subscribers
7468

75-
0.1.5 (2019-10-21)
69+
0.1.5 (2019-10-21
7670
-------------------
7771
* migration to ROS 2 eloquent elusor
7872

7973
0.1.2 (2019-03-18)
80-
-------------------
74+
------------------
8175
* fixed dependencies in package.xml
8276

8377
0.1.1 (2019-03-08)
84-
-------------------
78+
------------------
8579
* first public release for ROS 2 system modes

system_modes_examples/CHANGELOG.rst

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,79 +2,78 @@
22
Changelog for package system_modes_examples
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.7.1 (2020-04-22)
6+
------------------
7+
8+
* Improved metadata for ROS 2 package releases
9+
510
0.7.0 (2020-04-22)
6-
-----------
11+
------------------
712

813
* Launch tests now using launch_ros node action https://github.com/micro-ROS/system_modes/pull/72
914
* Introduced separate interface package, system_modes_msgs https://github.com/micro-ROS/system_modes/pull/74
1015

1116
0.6.0 (2020-03-16)
12-
-----------
17+
------------------
1318

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

1823
0.5.0 (2020-03-16)
19-
-----------
24+
------------------
2025
* Atomic parameter setting https://github.com/micro-ROS/system_modes/issues/59
2126
* Bug fixing
2227
* More tests
2328

2429
0.4.2 (2020-12-17)
25-
-----------
30+
------------------
2631
* Error handling and rules feature no longer experimental
2732
* Fixed bugs in monitor and tests
2833

2934
0.4.1 (2020-10-29)
30-
-----------
35+
------------------
3136
* Include experimental error handling and rules feature
3237
* https://github.com/micro-ROS/system_modes/issues/13
3338
* CI for ubuntu 20.04 ROS 2 rolling
3439

3540
0.4.0 (2020-09-30)
36-
-----------
37-
* publish inferred state and mode transitions
38-
* https://github.com/micro-ROS/system_modes/issues/42
39-
40-
0.4.0 (2020-09-30)
41-
-----------
42-
* mode event now including start and goal mode
41+
------------------
4342
* publish inferred state and mode transitions
4443
* https://github.com/micro-ROS/system_modes/issues/42
4544

4645
0.3.0 (2020-07-23)
47-
-----------
46+
------------------
4847
* removed boost dependencies (was: program options)
4948
* changed mode service specifications (less redundancy)
5049
* https://github.com/micro-ROS/system_modes/issues/24
5150

5251
0.2.3 (2020-07-23)
53-
-----------
52+
------------------
5453
* improved StateAndMode struct
5554
* testing
5655

5756
0.2.2 (2020-07-13)
58-
-----------
57+
------------------
5958
* introduced StateAndMode struct to bundle lifecycle state and system mode
6059

6160
0.2.0 (2020-02-13)
62-
-----------
61+
------------------
6362
* integration with ROS 2 launch
6463
* updated docs
6564

6665
0.1.6 (2019-10-31)
67-
-------------------
66+
------------------
6867
* fixed QoS configuration for parameter event subscribers
6968

70-
0.1.5 (2019-10-21)
69+
0.1.5 (2019-10-21
7170
-------------------
7271
* migration to ROS 2 eloquent elusor
7372

7473
0.1.2 (2019-03-18)
75-
-------------------
74+
------------------
7675
* fixed dependencies in package.xml
7776

7877
0.1.1 (2019-03-08)
79-
-------------------
78+
------------------
8079
* first public release for ROS 2 system modes

system_modes_msgs/CHANGELOG.rst

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

55
0.7.1 (2020-04-22)
6-
-----------
6+
------------------
77

88
* Improved metadata for ROS 2 package releases
99

1010
0.7.0 (2020-04-22)
11-
-----------
11+
------------------
1212

1313
* Launch tests now using launch_ros node action https://github.com/micro-ROS/system_modes/pull/72
1414
* Introduced separate interface package, system_modes_msgs https://github.com/micro-ROS/system_modes/pull/74

0 commit comments

Comments
 (0)