diff --git a/rclcpp/CHANGELOG.rst b/rclcpp/CHANGELOG.rst index 27e932d366..96f3b49d67 100644 --- a/rclcpp/CHANGELOG.rst +++ b/rclcpp/CHANGELOG.rst @@ -2,6 +2,14 @@ Changelog for package rclcpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.0.0 (2020-05-12) +------------------ +* Remove MANUAL_BY_NODE liveliness API (`#1107 `_) +* Use rosidl_default_generators dependency in test (`#1114 `_) +* Make sure to include what you use (`#1112 `_) +* Mark flaky test with xfail: TestMultiThreadedExecutor (`#1109 `_) +* Contributors: Chris Lalancette, Ivan Santiago Paunovic, Karsten Knese, Louise Poubel + 0.9.1 (2020-05-08) ------------------ * Fix tests that were not properly torn down (`#1073 `_) diff --git a/rclcpp/package.xml b/rclcpp/package.xml index f109218fbb..5303db96e6 100644 --- a/rclcpp/package.xml +++ b/rclcpp/package.xml @@ -2,7 +2,7 @@ rclcpp - 0.9.1 + 1.0.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 ef2acbe5bc..20871ce281 100644 --- a/rclcpp_action/CHANGELOG.rst +++ b/rclcpp_action/CHANGELOG.rst @@ -3,6 +3,9 @@ Changelog for package rclcpp_action ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.0.0 (2020-05-12) +------------------ + 0.9.1 (2020-05-08) ------------------ * Added Quality declaration: rclcpp, rclpp_action, rclcpp_components andrclcpp_lifecycle (`#1100 `_) diff --git a/rclcpp_action/package.xml b/rclcpp_action/package.xml index 54762cada4..3f9c9c2c47 100644 --- a/rclcpp_action/package.xml +++ b/rclcpp_action/package.xml @@ -2,7 +2,7 @@ rclcpp_action - 0.9.1 + 1.0.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 0410cc060c..d8de325198 100644 --- a/rclcpp_components/CHANGELOG.rst +++ b/rclcpp_components/CHANGELOG.rst @@ -2,6 +2,19 @@ Changelog for package rclcpp_components ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.0.0 (2020-05-12) +------------------ +* Increasing test coverage of rclcpp_components (`#1044 `_) + * Increasing test coverage of rclcpp_components + Signed-off-by: Stephen Brawner + * PR fixup + Signed-off-by: Stephen Brawner + * Fixup + Signed-off-by: Stephen Brawner + * Removing throws test for now + Signed-off-by: Stephen Brawner +* Contributors: brawner + 0.9.1 (2020-05-08) ------------------ * Added Quality declaration: rclcpp, rclpp_action, rclcpp_components andrclcpp_lifecycle (`#1100 `_) diff --git a/rclcpp_components/package.xml b/rclcpp_components/package.xml index 54f2849dc1..d7e87847a2 100644 --- a/rclcpp_components/package.xml +++ b/rclcpp_components/package.xml @@ -2,7 +2,7 @@ rclcpp_components - 0.9.1 + 1.0.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 a07f6fb68c..3e743be5f2 100644 --- a/rclcpp_lifecycle/CHANGELOG.rst +++ b/rclcpp_lifecycle/CHANGELOG.rst @@ -3,6 +3,11 @@ Changelog for package rclcpp_lifecycle ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.0.0 (2020-05-12) +------------------ +* Avoid callback_group deprecation (`#1108 `_) +* Contributors: Karsten Knese + 0.9.1 (2020-05-08) ------------------ * Added rclcpp lifecycle Doxyfile (`#1089 `_) diff --git a/rclcpp_lifecycle/package.xml b/rclcpp_lifecycle/package.xml index 4265a48ba4..811de170d4 100644 --- a/rclcpp_lifecycle/package.xml +++ b/rclcpp_lifecycle/package.xml @@ -2,7 +2,7 @@ rclcpp_lifecycle - 0.9.1 + 1.0.0 Package containing a prototype for lifecycle implementation Karsten Knese Apache License 2.0