Skip to content

Commit

Permalink
2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Apr 28, 2022
1 parent 71e0cd3 commit d43160b
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions rcl_logging_interface/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rcl_logging_interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.1.4 (2022-04-28)
------------------

2.1.2 (2021-04-06)
------------------
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.1.2</version>
<version>2.1.4</version>
<description>Interface that rcl_logging backends needs to implement.</description>
<maintainer email="clalancette@openrobotics.org">Chris Lalancette</maintainer>
<maintainer email="william@osrfoundation.org">William Woodall</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions rcl_logging_log4cxx/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rcl_logging_log4cxx
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.1.4 (2022-04-28)
------------------
* Change C++ version to 17 in `rcl_logging_log4cxx` (`#79 <https://github.com/ros2/rcl_logging/issues/79>`_)
* Contributors: Homalozoa X

Expand Down
2 changes: 1 addition & 1 deletion rcl_logging_log4cxx/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_log4cxx</name>
<version>2.1.2</version>
<version>2.1.4</version>
<description>C API providing common interface to a shared library wrapping 3rd party loggers.</description>
<maintainer email="clalancette@openrobotics.org">Chris Lalancette</maintainer>
<maintainer email="william@osrfoundation.org">William Woodall</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions rcl_logging_noop/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rcl_logging_noop
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.1.4 (2022-04-28)
------------------

2.1.2 (2021-04-06)
------------------
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.1.2</version>
<version>2.1.4</version>
<description>An rcl logger implementation that doesn't do anything with log messages.</description>
<maintainer email="clalancette@openrobotics.org">Chris Lalancette</maintainer>
<maintainer email="william@osrfoundation.org">William Woodall</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions rcl_logging_spdlog/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rcl_logging_spdlog
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.1.4 (2022-04-28)
------------------

2.1.2 (2021-04-06)
------------------
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.1.2</version>
<version>2.1.4</version>
<description>Implementation of rcl_logging API for an spdlog backend.</description>
<maintainer email="clalancette@openrobotics.org">Chris Lalancette</maintainer>
<maintainer email="william@osrfoundation.org">William Woodall</maintainer>
Expand Down

0 comments on commit d43160b

Please sign in to comment.