Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yadunund committed Apr 27, 2023
1 parent 2bc49ab commit e9f237d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions rcl_logging_interface/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rcl_logging_interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.6.0 (2023-04-27)
------------------

2.5.1 (2023-04-11)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rcl_logging_interface/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rcl_logging_interface</name>
<version>2.5.1</version>
<version>2.6.0</version>
<description>Interface that rcl_logging backends needs to implement.</description>

<maintainer email="[email protected]">Chris Lalancette</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rcl_logging_noop/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rcl_logging_noop
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.6.0 (2023-04-27)
------------------

2.5.1 (2023-04-11)
------------------

Expand Down
2 changes: 1 addition & 1 deletion rcl_logging_noop/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rcl_logging_noop</name>
<version>2.5.1</version>
<version>2.6.0</version>
<description>An rcl logger implementation that doesn't do anything with log messages.</description>

<maintainer email="[email protected]">Chris Lalancette</maintainer>
Expand Down
3 changes: 3 additions & 0 deletions rcl_logging_spdlog/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rcl_logging_spdlog
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.6.0 (2023-04-27)
------------------

2.5.1 (2023-04-11)
------------------
* Mark the benchmark _ as unused. (`#99 <https://github.com/ros2/rcl_logging/issues/99>`_)
Expand Down
2 changes: 1 addition & 1 deletion rcl_logging_spdlog/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rcl_logging_spdlog</name>
<version>2.5.1</version>
<version>2.6.0</version>
<description>Implementation of rcl_logging API for an spdlog backend.</description>

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

0 comments on commit e9f237d

Please sign in to comment.