diff --git a/rclcpp/CHANGELOG.rst b/rclcpp/CHANGELOG.rst index 96f3b49..6feea5a 100644 --- a/rclcpp/CHANGELOG.rst +++ b/rclcpp/CHANGELOG.rst @@ -2,6 +2,20 @@ Changelog for package rclcpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.1.0 (2020-05-26) +------------------ +* Deprecate set_on_parameters_set_callback (`#1123 `_) +* Expose get_service_names_and_types_by_node from rcl in rclcpp (`#1131 `_) +* Fix thread safety issues related to logging (`#1125 `_) +* Make sure rmw_publisher_options is initialized in to_rcl_publisher_options (`#1099 `_) +* Remove empty lines within method signatures (`#1128 `_) +* Add API review March 2020 document (`#1031 `_) +* Improve documentation (`#1106 `_) +* Make test multi threaded executor more reliable (`#1105 `_) +* Fixed rep links and added more details to dependencies in quality declaration (`#1116 `_) +* Update quality declarations to reflect version 1.0 (`#1115 `_) +* Contributors: Alejandro Hernández Cordero, ChenYing Kuo, Claire Wang, Dirk Thomas, Ivan Santiago Paunovic, William Woodall, Stephen Brawner + 1.0.0 (2020-05-12) ------------------ * Remove MANUAL_BY_NODE liveliness API (`#1107 `_) diff --git a/rclcpp/package.xml b/rclcpp/package.xml index 5303db9..7572b72 100644 --- a/rclcpp/package.xml +++ b/rclcpp/package.xml @@ -2,7 +2,7 @@ rclcpp - 1.0.0 + 1.1.0 The ROS client library in C++. Dirk Thomas Apache License 2.0 diff --git a/rclcpp_action/CHANGELOG.rst b/rclcpp_action/CHANGELOG.rst index 20871ce..54db58e 100644 --- a/rclcpp_action/CHANGELOG.rst +++ b/rclcpp_action/CHANGELOG.rst @@ -3,6 +3,15 @@ Changelog for package rclcpp_action ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.1.0 (2020-05-26) +------------------ +* Action client holds weak pointers to goal handles (`#1122 `_) +* Deprecate ClientGoalHandle::async_result() (`#1120 `_) +* Improve documentation (`#1106 `_) +* Fixed rep links and added more details to dependencies in quality declaration (`#1116 `_) +* Update quality declaration to reflect version 1.0 (`#1115 `_) +* Contributors: Alejandro Hernández Cordero, Jacob Perron, Stephen Brawner + 1.0.0 (2020-05-12) ------------------ diff --git a/rclcpp_action/package.xml b/rclcpp_action/package.xml index 3f9c9c2..ab31461 100644 --- a/rclcpp_action/package.xml +++ b/rclcpp_action/package.xml @@ -2,7 +2,7 @@ rclcpp_action - 1.0.0 + 1.1.0 Adds action APIs for C++. Dirk Thomas Apache License 2.0 diff --git a/rclcpp_components/CHANGELOG.rst b/rclcpp_components/CHANGELOG.rst index d8de325..56b9fee 100644 --- a/rclcpp_components/CHANGELOG.rst +++ b/rclcpp_components/CHANGELOG.rst @@ -2,6 +2,14 @@ Changelog for package rclcpp_components ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.1.0 (2020-05-26) +------------------ +* Improve documentation (`#1106 `_) +* Fixed rep links and added more details to dependencies in quality declaration (`#1116 `_) +* Added dockblock to ComponentManager class (`#1102 `_) +* Update quality declaration to reflect version 1.0 (`#1115 `_) +* Contributors: Alejandro Hernández Cordero, Stephen Brawner + 1.0.0 (2020-05-12) ------------------ * Increasing test coverage of rclcpp_components (`#1044 `_) diff --git a/rclcpp_components/package.xml b/rclcpp_components/package.xml index d7e8784..eb05cf9 100644 --- a/rclcpp_components/package.xml +++ b/rclcpp_components/package.xml @@ -2,7 +2,7 @@ rclcpp_components - 1.0.0 + 1.1.0 Package containing tools for dynamically loadable components Michael Carroll Apache License 2.0 diff --git a/rclcpp_lifecycle/CHANGELOG.rst b/rclcpp_lifecycle/CHANGELOG.rst index 3e743be..cc948a4 100644 --- a/rclcpp_lifecycle/CHANGELOG.rst +++ b/rclcpp_lifecycle/CHANGELOG.rst @@ -3,6 +3,16 @@ Changelog for package rclcpp_lifecycle ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.1.0 (2020-05-26) +------------------ +* Deprecate set_on_parameters_set_callback (`#1123 `_) +* Add missing parameter callback functions to lifecycle node (`#1134 `_) +* Expose get_service_names_and_types_by_node from rcl in rclcpp (`#1131 `_) +* Improve documentation (`#1106 `_) +* Fixed rep links and added more details to dependencies in quality declaration (`#1116 `_) +* Update quality declaration to reflect version 1.0 (`#1115 `_) +* Contributors: Alejandro Hernández Cordero, Claire Wang, Dirk Thomas, Stephen Brawner + 1.0.0 (2020-05-12) ------------------ * Avoid callback_group deprecation (`#1108 `_) diff --git a/rclcpp_lifecycle/package.xml b/rclcpp_lifecycle/package.xml index 811de17..853ebb2 100644 --- a/rclcpp_lifecycle/package.xml +++ b/rclcpp_lifecycle/package.xml @@ -2,7 +2,7 @@ rclcpp_lifecycle - 1.0.0 + 1.1.0 Package containing a prototype for lifecycle implementation Karsten Knese Apache License 2.0