Skip to content

Commit e9f237d

Browse files
committed
2.6.0
1 parent 2bc49ab commit e9f237d

File tree

6 files changed

+12
-3
lines changed

6 files changed

+12
-3
lines changed

rcl_logging_interface/CHANGELOG.rst

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

5+
2.6.0 (2023-04-27)
6+
------------------
7+
58
2.5.1 (2023-04-11)
69
------------------
710

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.5.1</version>
5+
<version>2.6.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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rcl_logging_noop
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.6.0 (2023-04-27)
6+
------------------
7+
58
2.5.1 (2023-04-11)
69
------------------
710

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.5.1</version>
5+
<version>2.6.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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package rcl_logging_spdlog
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.6.0 (2023-04-27)
6+
------------------
7+
58
2.5.1 (2023-04-11)
69
------------------
710
* Mark the benchmark _ as unused. (`#99 <https://github.com/ros2/rcl_logging/issues/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.5.1</version>
5+
<version>2.6.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)