Skip to content

Commit 150a0e8

Browse files
committed
Changelog
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
1 parent b432df1 commit 150a0e8

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

rclcpp/CHANGELOG.rst

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

5+
30.1.1 (2025-09-11)
6+
-------------------
7+
* Removed warning (`#2949 <https://github.com/ros2/rclcpp/issues/2949>`_)
8+
* add note about problems with spin_until_future_complete (`#2849 <https://github.com/ros2/rclcpp/issues/2849>`_)
9+
* deprecate rclcpp::spin_some and rclcpp::spin_all (`#2848 <https://github.com/ros2/rclcpp/issues/2848>`_)
10+
* Improve the function extract_type_identifier (`#2923 <https://github.com/ros2/rclcpp/issues/2923>`_)
11+
* Allow for implicitly convertable loggers as well (`#2922 <https://github.com/ros2/rclcpp/issues/2922>`_)
12+
* Contributors: Alberto Soragna, Alejandro Hernández Cordero, Barry Xu, Tim Clephas
13+
514
30.1.0 (2025-07-29)
615
-------------------
716
* Fix: improve exception context for parameter_value_from (`#2917 <https://github.com/ros2/rclcpp/issues/2917>`_)

rclcpp_action/CHANGELOG.rst

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

55

6+
30.1.1 (2025-09-11)
7+
-------------------
8+
* deprecate rclcpp::spin_some and rclcpp::spin_all (`#2848 <https://github.com/ros2/rclcpp/issues/2848>`_)
9+
* Contributors: Alberto Soragna
10+
611
30.1.0 (2025-07-29)
712
-------------------
813
* fix cmake deprecation (`#2914 <https://github.com/ros2/rclcpp/issues/2914>`_)

rclcpp_components/CHANGELOG.rst

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

5+
30.1.1 (2025-09-11)
6+
-------------------
7+
* Cleanup the dependencies in rclcpp_components. (`#2918 <https://github.com/ros2/rclcpp/issues/2918>`_)
8+
* Contributors: Chris Lalancette
9+
510
30.1.0 (2025-07-29)
611
-------------------
712
* fix cmake deprecation (`#2914 <https://github.com/ros2/rclcpp/issues/2914>`_)

rclcpp_lifecycle/CHANGELOG.rst

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

55

6+
30.1.1 (2025-09-11)
7+
-------------------
8+
* deprecate rclcpp::spin_some and rclcpp::spin_all (`#2848 <https://github.com/ros2/rclcpp/issues/2848>`_)
9+
* Clearer warning message, the old one lacked information and was perhaps misleading (`#2927 <https://github.com/ros2/rclcpp/issues/2927>`_)
10+
* Contributors: Alberto Soragna, Peter Mitrano (AR)
11+
612
30.1.0 (2025-07-29)
713
-------------------
814
* fix cmake deprecation (`#2914 <https://github.com/ros2/rclcpp/issues/2914>`_)

0 commit comments

Comments
 (0)