Skip to content

Commit 014239d

Browse files
committed
2.7.0
1 parent dde6730 commit 014239d

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

rcl_logging_interface/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package rcl_logging_interface
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.7.0 (2023-09-07)
6+
------------------
77
* Remove the last uses of ament_target_dependencies in this repo. (`#102 <https://github.com/ros2/rcl_logging/issues/102>`_)
88
* Contributors: Chris Lalancette
99

rcl_logging_interface/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rcl_logging_interface</name>
5-
<version>2.6.0</version>
5+
<version>2.7.0</version>
66
<description>Interface that rcl_logging backends needs to implement.</description>
77

88
<maintainer email="[email protected]">Chris Lalancette</maintainer>

rcl_logging_noop/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package rcl_logging_noop
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.7.0 (2023-09-07)
6+
------------------
77
* Remove the last uses of ament_target_dependencies in this repo. (`#102 <https://github.com/ros2/rcl_logging/issues/102>`_)
88
* Contributors: Chris Lalancette
99

rcl_logging_noop/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rcl_logging_noop</name>
5-
<version>2.6.0</version>
5+
<version>2.7.0</version>
66
<description>An rcl logger implementation that doesn't do anything with log messages.</description>
77

88
<maintainer email="[email protected]">Chris Lalancette</maintainer>

rcl_logging_spdlog/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package rcl_logging_spdlog
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.7.0 (2023-09-07)
6+
------------------
77
* Remove the last uses of ament_target_dependencies in this repo. (`#102 <https://github.com/ros2/rcl_logging/issues/102>`_)
88
* Contributors: Chris Lalancette
99

rcl_logging_spdlog/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rcl_logging_spdlog</name>
5-
<version>2.6.0</version>
5+
<version>2.7.0</version>
66
<description>Implementation of rcl_logging API for an spdlog backend.</description>
77

88
<maintainer email="[email protected]">Chris Lalancette</maintainer>

0 commit comments

Comments
 (0)