Skip to content

Commit 055a49c

Browse files
committed
Changelog
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
1 parent f350134 commit 055a49c

File tree

15 files changed

+71
-0
lines changed

15 files changed

+71
-0
lines changed

ros2action/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package ros2action
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.40.1 (2025-09-11)
6+
-------------------
7+
* Fujitatomoya/clearup isolated ros2daemon (`#1098 <https://github.com/ros2/ros2cli/issues/1098>`_)
8+
* Restore environment variables after launch tests (`#1086 <https://github.com/ros2/ros2cli/issues/1086>`_)
9+
* Contributors: Scott K Logan, Tomoya Fujita
10+
511
0.40.0 (2025-07-29)
612
-------------------
713
* Use rmw_test_fixture to isolate ros2cli tests (`#1062 <https://github.com/ros2/ros2cli/issues/1062>`_)

ros2cli/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog for package ros2cli
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.40.1 (2025-09-11)
6+
-------------------
7+
* fix: Also catch a TimeoutError (`#1092 <https://github.com/ros2/ros2cli/issues/1092>`_)
8+
* Contributors: Kaju-Bubanja
9+
510
0.40.0 (2025-07-29)
611
-------------------
712
* [ros2doctor] Add Action Report (`#1076 <https://github.com/ros2/ros2cli/issues/1076>`_)

ros2cli_test_interfaces/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package ros2cli_test_interfaces
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.40.1 (2025-09-11)
6+
-------------------
7+
58
0.40.0 (2025-07-29)
69
-------------------
710
* fix cmake deprecation (`#1082 <https://github.com/ros2/ros2cli/issues/1082>`_)

ros2component/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package ros2component
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.40.1 (2025-09-11)
6+
-------------------
7+
58
0.40.0 (2025-07-29)
69
-------------------
710
* fix setuptools deprecations (`#1066 <https://github.com/ros2/ros2cli/issues/1066>`_)

ros2doctor/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package ros2doctor
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.40.1 (2025-09-11)
6+
-------------------
7+
* Fujitatomoya/clearup isolated ros2daemon (`#1098 <https://github.com/ros2/ros2cli/issues/1098>`_)
8+
* [ros2doctor] Environment Report (`#1045 <https://github.com/ros2/ros2cli/issues/1045>`_)
9+
* Restore environment variables after launch tests (`#1086 <https://github.com/ros2/ros2cli/issues/1086>`_)
10+
* Contributors: Michael Carlstrom, Scott K Logan, Tomoya Fujita
11+
512
0.40.0 (2025-07-29)
613
-------------------
714
* add warning notice for ros2 doctor --report. (`#1079 <https://github.com/ros2/ros2cli/issues/1079>`_)

ros2interface/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package ros2interface
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.40.1 (2025-09-11)
6+
-------------------
7+
58
0.40.0 (2025-07-29)
69
-------------------
710
* fix setuptools deprecations (`#1066 <https://github.com/ros2/ros2cli/issues/1066>`_)

ros2lifecycle/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package ros2lifecycle
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.40.1 (2025-09-11)
6+
-------------------
7+
* Fujitatomoya/clearup isolated ros2daemon (`#1098 <https://github.com/ros2/ros2cli/issues/1098>`_)
8+
* Restore environment variables after launch tests (`#1086 <https://github.com/ros2/ros2cli/issues/1086>`_)
9+
* Contributors: Scott K Logan, Tomoya Fujita
10+
511
0.40.0 (2025-07-29)
612
-------------------
713
* Use rmw_test_fixture to isolate ros2cli tests (`#1062 <https://github.com/ros2/ros2cli/issues/1062>`_)

ros2lifecycle_test_fixtures/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package ros2lifecycle_test_fixtures
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.40.1 (2025-09-11)
6+
-------------------
7+
58
0.40.0 (2025-07-29)
69
-------------------
710
* fix cmake deprecation (`#1082 <https://github.com/ros2/ros2cli/issues/1082>`_)

ros2multicast/CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package ros2multicast
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.40.1 (2025-09-11)
6+
-------------------
7+
58
0.40.0 (2025-07-29)
69
-------------------
710
* fix setuptools deprecations (`#1066 <https://github.com/ros2/ros2cli/issues/1066>`_)

ros2node/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package ros2node
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.40.1 (2025-09-11)
6+
-------------------
7+
* Fujitatomoya/clearup isolated ros2daemon (`#1098 <https://github.com/ros2/ros2cli/issues/1098>`_)
8+
* Restore environment variables after launch tests (`#1086 <https://github.com/ros2/ros2cli/issues/1086>`_)
9+
* Contributors: Scott K Logan, Tomoya Fujita
10+
511
0.40.0 (2025-07-29)
612
-------------------
713
* Use rmw_test_fixture to isolate ros2cli tests (`#1062 <https://github.com/ros2/ros2cli/issues/1062>`_)

0 commit comments

Comments
 (0)