Skip to content

Commit 6a8aeb6

Browse files
committed
Changelog.
Signed-off-by: Chris Lalancette <[email protected]>
1 parent 6150e8b commit 6a8aeb6

File tree

15 files changed

+91
-0
lines changed

15 files changed

+91
-0
lines changed

ros2action/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* Use rmw_test_fixture to isolate ros2cli tests (`#1062 <https://github.com/ros2/ros2cli/issues/1062>`_)
8+
* fix setuptools deprecations (`#1066 <https://github.com/ros2/ros2cli/issues/1066>`_)
9+
* fix ros2action send_goal signal handling. (`#1072 <https://github.com/ros2/ros2cli/issues/1072>`_)
10+
* Fujitatomoya/ros2 action send goal timeout (`#1067 <https://github.com/ros2/ros2cli/issues/1067>`_)
11+
* Contributors: Scott K Logan, Tomoya Fujita, mosfet80
12+
513
0.39.2 (2025-07-01)
614
-------------------
715
* Make sure to install py.typed files (`#1058 <https://github.com/ros2/ros2cli/issues/1058>`_)

ros2cli/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* [ros2doctor] Add Action Report (`#1076 <https://github.com/ros2/ros2cli/issues/1076>`_)
8+
* Use rmw_test_fixture to isolate ros2cli tests (`#1062 <https://github.com/ros2/ros2cli/issues/1062>`_)
9+
* fix setuptools deprecations (`#1066 <https://github.com/ros2/ros2cli/issues/1066>`_)
10+
* Add Service report similar to topic report (`#1059 <https://github.com/ros2/ros2cli/issues/1059>`_)
11+
* Contributors: Michael Carlstrom, Scott K Logan, mosfet80
12+
513
0.39.2 (2025-07-01)
614
-------------------
715
* Make sure to install py.typed files (`#1058 <https://github.com/ros2/ros2cli/issues/1058>`_)

ros2cli_test_interfaces/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_test_interfaces
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* fix cmake deprecation (`#1082 <https://github.com/ros2/ros2cli/issues/1082>`_)
8+
* Contributors: mosfet80
9+
510
0.39.2 (2025-07-01)
611
-------------------
712

ros2component/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* fix setuptools deprecations (`#1066 <https://github.com/ros2/ros2cli/issues/1066>`_)
8+
* Contributors: mosfet80
9+
510
0.39.2 (2025-07-01)
611
-------------------
712
* Make sure to install py.typed files (`#1058 <https://github.com/ros2/ros2cli/issues/1058>`_)

ros2doctor/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* add warning notice for ros2 doctor --report. (`#1079 <https://github.com/ros2/ros2cli/issues/1079>`_)
8+
* [ros2doctor] Add Action Report (`#1076 <https://github.com/ros2/ros2cli/issues/1076>`_)
9+
* Use rmw_test_fixture to isolate ros2cli tests (`#1062 <https://github.com/ros2/ros2cli/issues/1062>`_)
10+
* fix setuptools deprecations (`#1066 <https://github.com/ros2/ros2cli/issues/1066>`_)
11+
* Add Service report similar to topic report (`#1059 <https://github.com/ros2/ros2cli/issues/1059>`_)
12+
* Contributors: Michael Carlstrom, Scott K Logan, Tomoya Fujita, mosfet80
13+
514
0.39.2 (2025-07-01)
615
-------------------
716
* Make sure to install py.typed files (`#1058 <https://github.com/ros2/ros2cli/issues/1058>`_)

ros2interface/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* fix setuptools deprecations (`#1066 <https://github.com/ros2/ros2cli/issues/1066>`_)
8+
* Contributors: mosfet80
9+
510
0.39.2 (2025-07-01)
611
-------------------
712
* Make sure to install py.typed files (`#1058 <https://github.com/ros2/ros2cli/issues/1058>`_)

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+
Forthcoming
6+
-----------
7+
* Use rmw_test_fixture to isolate ros2cli tests (`#1062 <https://github.com/ros2/ros2cli/issues/1062>`_)
8+
* fix setuptools deprecations (`#1066 <https://github.com/ros2/ros2cli/issues/1066>`_)
9+
* Contributors: Scott K Logan, mosfet80
10+
511
0.39.2 (2025-07-01)
612
-------------------
713
* Make sure to install py.typed files (`#1058 <https://github.com/ros2/ros2cli/issues/1058>`_)

ros2lifecycle_test_fixtures/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* fix cmake deprecation (`#1082 <https://github.com/ros2/ros2cli/issues/1082>`_)
8+
* Contributors: mosfet80
9+
510
0.39.2 (2025-07-01)
611
-------------------
712

ros2multicast/CHANGELOG.rst

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

5+
Forthcoming
6+
-----------
7+
* fix setuptools deprecations (`#1066 <https://github.com/ros2/ros2cli/issues/1066>`_)
8+
* Contributors: mosfet80
9+
510
0.39.2 (2025-07-01)
611
-------------------
712
* Make sure to install py.typed files (`#1058 <https://github.com/ros2/ros2cli/issues/1058>`_)

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+
Forthcoming
6+
-----------
7+
* Use rmw_test_fixture to isolate ros2cli tests (`#1062 <https://github.com/ros2/ros2cli/issues/1062>`_)
8+
* fix setuptools deprecations (`#1066 <https://github.com/ros2/ros2cli/issues/1066>`_)
9+
* Contributors: Scott K Logan, mosfet80
10+
511
0.39.2 (2025-07-01)
612
-------------------
713
* Make sure to install py.typed files (`#1058 <https://github.com/ros2/ros2cli/issues/1058>`_)

0 commit comments

Comments
 (0)