diff --git a/rcl_logging_interface/CHANGELOG.rst b/rcl_logging_interface/CHANGELOG.rst index 5c5d173..964095b 100644 --- a/rcl_logging_interface/CHANGELOG.rst +++ b/rcl_logging_interface/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package rcl_logging_interface ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.7.0 (2023-09-07) +------------------ * Remove the last uses of ament_target_dependencies in this repo. (`#102 `_) * Contributors: Chris Lalancette diff --git a/rcl_logging_interface/package.xml b/rcl_logging_interface/package.xml index 4309a76..af7e040 100644 --- a/rcl_logging_interface/package.xml +++ b/rcl_logging_interface/package.xml @@ -2,7 +2,7 @@ rcl_logging_interface - 2.6.0 + 2.7.0 Interface that rcl_logging backends needs to implement. Chris Lalancette diff --git a/rcl_logging_noop/CHANGELOG.rst b/rcl_logging_noop/CHANGELOG.rst index 9d4b7f6..f963941 100644 --- a/rcl_logging_noop/CHANGELOG.rst +++ b/rcl_logging_noop/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package rcl_logging_noop ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.7.0 (2023-09-07) +------------------ * Remove the last uses of ament_target_dependencies in this repo. (`#102 `_) * Contributors: Chris Lalancette diff --git a/rcl_logging_noop/package.xml b/rcl_logging_noop/package.xml index af9d80f..4b49d96 100644 --- a/rcl_logging_noop/package.xml +++ b/rcl_logging_noop/package.xml @@ -2,7 +2,7 @@ rcl_logging_noop - 2.6.0 + 2.7.0 An rcl logger implementation that doesn't do anything with log messages. Chris Lalancette diff --git a/rcl_logging_spdlog/CHANGELOG.rst b/rcl_logging_spdlog/CHANGELOG.rst index 0f912c9..083e36b 100644 --- a/rcl_logging_spdlog/CHANGELOG.rst +++ b/rcl_logging_spdlog/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package rcl_logging_spdlog ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.7.0 (2023-09-07) +------------------ * Remove the last uses of ament_target_dependencies in this repo. (`#102 `_) * Contributors: Chris Lalancette diff --git a/rcl_logging_spdlog/package.xml b/rcl_logging_spdlog/package.xml index d8c0cb3..b0f3724 100644 --- a/rcl_logging_spdlog/package.xml +++ b/rcl_logging_spdlog/package.xml @@ -2,7 +2,7 @@ rcl_logging_spdlog - 2.6.0 + 2.7.0 Implementation of rcl_logging API for an spdlog backend. Chris Lalancette