From cb4bdb7b19ecedcb83b42a71c0614a441ee3f94d Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Tue, 12 May 2020 14:05:31 -0700 Subject: [PATCH] 1.0.0 --- rclcpp/CHANGELOG.rst | 8 ++++++++ rclcpp/package.xml | 2 +- rclcpp_action/CHANGELOG.rst | 3 +++ rclcpp_action/package.xml | 2 +- rclcpp_components/CHANGELOG.rst | 13 +++++++++++++ rclcpp_components/package.xml | 2 +- rclcpp_lifecycle/CHANGELOG.rst | 5 +++++ rclcpp_lifecycle/package.xml | 2 +- 8 files changed, 33 insertions(+), 4 deletions(-) diff --git a/rclcpp/CHANGELOG.rst b/rclcpp/CHANGELOG.rst index 27e932d..96f3b49 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 f109218..5303db9 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 ef2acbe..20871ce 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 54762ca..3f9c9c2 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 0410cc0..d8de325 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 54f2849..d7e8784 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 a07f6fb..3e743be 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 4265a48..811de17 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