Skip to content

Commit d76b545

Browse files
committed
2.4.3
1 parent 7aca22f commit d76b545

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.4.3 (2022-11-18)
6+
------------------
77
* Updated maintainers - 2022-11-07 (`#96 <https://github.com/ros2/rcl_logging/issues/96>`_)
88
* Contributors: Audrow Nash
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.4.2</version>
5+
<version>2.4.3</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.4.3 (2022-11-18)
6+
------------------
77
* Updated maintainers - 2022-11-07 (`#96 <https://github.com/ros2/rcl_logging/issues/96>`_)
88
* Contributors: Audrow Nash
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.4.2</version>
5+
<version>2.4.3</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.4.3 (2022-11-18)
6+
------------------
77
* change flushing behavior for spdlog log files, and add env var to use old style (no explicit flushing) (`#95 <https://github.com/ros2/rcl_logging/issues/95>`_)
88
* now flushes every ERROR message and periodically every 5 seconds
99
* can set ``RCL_LOGGING_SPDLOG_EXPERIMENTAL_OLD_FLUSHING_BEHAVIOR=1`` to get old behavior

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.4.2</version>
5+
<version>2.4.3</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)