diff --git a/rcl/CHANGELOG.rst b/rcl/CHANGELOG.rst index cfe4c5d..ab6cb84 100644 --- a/rcl/CHANGELOG.rst +++ b/rcl/CHANGELOG.rst @@ -2,6 +2,13 @@ Changelog for package rcl ^^^^^^^^^^^^^^^^^^^^^^^^^ +1.1.10 (2020-12-09) +------------------- +* Update QD to QL 1 (`#867 `_) +* Update QD (`#843 `_) +* Complete rcl package's logging API test coverage (`#747 `_) +* Contributors: Alejandro Hernández Cordero, Christophe Bedard, Jorge Perez, Michel Hidalgo, Stephen Brawner + 1.1.9 (2020-11-03) ------------------ * increase timeouts in test_services fixtures for Connext (`#745 `_) diff --git a/rcl/package.xml b/rcl/package.xml index cb417d6..a0a39df 100644 --- a/rcl/package.xml +++ b/rcl/package.xml @@ -2,7 +2,7 @@ rcl - 1.1.9 + 1.1.10 The ROS client library common implementation. This package contains an API which builds on the ROS middleware API and is optionally built upon by the other ROS client libraries. diff --git a/rcl_action/CHANGELOG.rst b/rcl_action/CHANGELOG.rst index abd624e..474f323 100644 --- a/rcl_action/CHANGELOG.rst +++ b/rcl_action/CHANGELOG.rst @@ -2,6 +2,14 @@ Changelog for package rcl_action ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.1.10 (2020-12-09) +------------------- +* rcl_action: address various clang static analysis fixes (`#864 `_) (`#875 `_) +* Update build.ros2.org links (`#868 `_) +* Update QD to QL 1 (`#867 `_) +* Update QD (`#843 `_) +* Contributors: Alejandro Hernández Cordero, Christophe Bedard, Jorge Perez, Stephen Brawner + 1.1.9 (2020-11-03) ------------------ * Make sure to always check return values. (`#840 `_) diff --git a/rcl_action/package.xml b/rcl_action/package.xml index 0b4c05e..90b83f8 100644 --- a/rcl_action/package.xml +++ b/rcl_action/package.xml @@ -2,7 +2,7 @@ rcl_action - 1.1.9 + 1.1.10 Package containing a C-based ROS action implementation Jacob Perron Apache License 2.0 diff --git a/rcl_lifecycle/CHANGELOG.rst b/rcl_lifecycle/CHANGELOG.rst index 991e50d..927acca 100644 --- a/rcl_lifecycle/CHANGELOG.rst +++ b/rcl_lifecycle/CHANGELOG.rst @@ -2,6 +2,13 @@ Changelog for package rcl_lifecycle ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.1.10 (2020-12-09) +------------------- +* Update build.ros2.org links (`#868 `_) +* Update QD to QL 1 (`#867 `_) +* Update QD (`#843 `_) +* Contributors: Alejandro Hernández Cordero, Christophe Bedard, Jorge Perez, Stephen Brawner + 1.1.9 (2020-11-03) ------------------ * Make sure to always check return values. (`#840 `_) diff --git a/rcl_lifecycle/package.xml b/rcl_lifecycle/package.xml index 9a8db42..e0d190b 100644 --- a/rcl_lifecycle/package.xml +++ b/rcl_lifecycle/package.xml @@ -2,7 +2,7 @@ rcl_lifecycle - 1.1.9 + 1.1.10 Package containing a C-based lifecycle implementation Karsten Knese Apache License 2.0 diff --git a/rcl_yaml_param_parser/CHANGELOG.rst b/rcl_yaml_param_parser/CHANGELOG.rst index 5df1cee..2d99183 100644 --- a/rcl_yaml_param_parser/CHANGELOG.rst +++ b/rcl_yaml_param_parser/CHANGELOG.rst @@ -2,6 +2,13 @@ Changelog for package rcl_yaml_param_parser ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.1.10 (2020-12-09) +------------------- +* Update build.ros2.org links (`#868 `_) +* Update QD to QL 1 (`#867 `_) +* Update QD (`#843 `_) +* Contributors: Alejandro Hernández Cordero, Christophe Bedard, Jorge Perez, Stephen Brawner + 1.1.9 (2020-11-03) ------------------ * Add mocking unit tests for rcl_yaml_param_parser (coverage part 3/3) (`#772 `_) diff --git a/rcl_yaml_param_parser/package.xml b/rcl_yaml_param_parser/package.xml index 52f1846..33001ec 100644 --- a/rcl_yaml_param_parser/package.xml +++ b/rcl_yaml_param_parser/package.xml @@ -2,7 +2,7 @@ rcl_yaml_param_parser - 1.1.9 + 1.1.10 Parse a YAML parameter file and populate the C data structure. Anup Pemmaiah Apache License 2.0