Skip to content

Commit 2bc49ab

Browse files
committed
2.5.1
1 parent 3800064 commit 2bc49ab

File tree

6 files changed

+14
-3
lines changed

6 files changed

+14
-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.5.1 (2023-04-11)
6+
------------------
7+
58
2.5.0 (2023-02-13)
69
------------------
710
* Update rcl_logging to C++17. (`#98 <https://github.com/ros2/rcl_logging/issues/98>`_)

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.0</version>
5+
<version>2.5.1</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.5.1 (2023-04-11)
6+
------------------
7+
58
2.5.0 (2023-02-13)
69
------------------
710
* Update rcl_logging to C++17. (`#98 <https://github.com/ros2/rcl_logging/issues/98>`_)

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

5+
2.5.1 (2023-04-11)
6+
------------------
7+
* Mark the benchmark _ as unused. (`#99 <https://github.com/ros2/rcl_logging/issues/99>`_)
8+
* Contributors: Chris Lalancette
9+
510
2.5.0 (2023-02-13)
611
------------------
712
* Update rcl_logging to C++17. (`#98 <https://github.com/ros2/rcl_logging/issues/98>`_)

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.0</version>
5+
<version>2.5.1</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)