From 347f8d0b1dea3c3ac24d86b56a4249647a6256ca Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Wed, 29 May 2019 18:52:29 -0500 Subject: [PATCH] 0.7.4 Signed-off-by: Michael Carroll --- rclcpp/CHANGELOG.rst | 11 +++++++++++ rclcpp/package.xml | 2 +- rclcpp_action/CHANGELOG.rst | 5 +++++ rclcpp_action/package.xml | 2 +- rclcpp_components/CHANGELOG.rst | 6 ++++++ rclcpp_components/package.xml | 2 +- rclcpp_lifecycle/CHANGELOG.rst | 5 +++++ rclcpp_lifecycle/package.xml | 2 +- 8 files changed, 31 insertions(+), 4 deletions(-) diff --git a/rclcpp/CHANGELOG.rst b/rclcpp/CHANGELOG.rst index 10659ee..9c400fd 100644 --- a/rclcpp/CHANGELOG.rst +++ b/rclcpp/CHANGELOG.rst @@ -2,6 +2,17 @@ Changelog for package rclcpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +0.7.4 (2019-05-29) +------------------ +* Rename parameter options (`#745 `_) +* Bionic use of strerror_r (`#742 `_) +* Enforce parameter ranges (`#735 `_) +* removed not used parameter client (`#740 `_) +* ensure removal of guard conditions of expired nodes from memory strategy (`#741 `_) +* Fix typo in log warning message (`#737 `_) +* Throw nice errors when creating a publisher with intraprocess communication and incompatible qos policy (`#729 `_) +* Contributors: Alberto Soragna, Dirk Thomas, Jacob Perron, William Woodall, ivanpauno, roderick-koehle + 0.7.3 (2019-05-20) ------------------ * Fixed misspelling, volitile -> volatile (`#724 `_), and then fixed that since it is a C++ keyword to be ``durability_volatile`` (`#725 `_) diff --git a/rclcpp/package.xml b/rclcpp/package.xml index 5cfacbe..1c0f50b 100644 --- a/rclcpp/package.xml +++ b/rclcpp/package.xml @@ -2,7 +2,7 @@ rclcpp - 0.7.3 + 0.7.4 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 855df45..666190f 100644 --- a/rclcpp_action/CHANGELOG.rst +++ b/rclcpp_action/CHANGELOG.rst @@ -3,6 +3,11 @@ Changelog for package rclcpp_action ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +0.7.4 (2019-05-29) +------------------ +* Guard against calling null goal response callback (`#738 `_) +* Contributors: Jacob Perron + 0.7.3 (2019-05-20) ------------------ diff --git a/rclcpp_action/package.xml b/rclcpp_action/package.xml index 4cd5f18..8a841c2 100644 --- a/rclcpp_action/package.xml +++ b/rclcpp_action/package.xml @@ -2,7 +2,7 @@ rclcpp_action - 0.7.3 + 0.7.4 Adds action APIs for C++. Dirk Thomas Apache License 2.0 diff --git a/rclcpp_components/CHANGELOG.rst b/rclcpp_components/CHANGELOG.rst index a6b6999..9989c38 100644 --- a/rclcpp_components/CHANGELOG.rst +++ b/rclcpp_components/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package rclcpp_components ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +0.7.4 (2019-05-29) +------------------ +* Rename parameter options (`#745 `_) +* don't use global arguments for components loaded into the manager (`#736 `_) +* Contributors: Dirk Thomas, William Woodall + 0.7.3 (2019-05-20) ------------------ diff --git a/rclcpp_components/package.xml b/rclcpp_components/package.xml index 089914f..48b3a5c 100644 --- a/rclcpp_components/package.xml +++ b/rclcpp_components/package.xml @@ -2,7 +2,7 @@ rclcpp_components - 0.7.3 + 0.7.4 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 edc8dab..0ee10c5 100644 --- a/rclcpp_lifecycle/CHANGELOG.rst +++ b/rclcpp_lifecycle/CHANGELOG.rst @@ -3,6 +3,11 @@ Changelog for package rclcpp_lifecycle ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +0.7.4 (2019-05-29) +------------------ +* Rename parameter options (`#745 `_) +* Contributors: William Woodall + 0.7.3 (2019-05-20) ------------------ * Added missing template functionality to lifecycle_node. (`#707 `_) diff --git a/rclcpp_lifecycle/package.xml b/rclcpp_lifecycle/package.xml index bf0f673..0be9e46 100644 --- a/rclcpp_lifecycle/package.xml +++ b/rclcpp_lifecycle/package.xml @@ -2,7 +2,7 @@ rclcpp_lifecycle - 0.7.3 + 0.7.4 Package containing a prototype for lifecycle implementation Karsten Knese Apache License 2.0