Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Jul 21, 2020
1 parent be523f8 commit 8446c8d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
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
-----------
1.0.1 (2020-07-21)
------------------
* Include rcutils/allocator.h in logging_interface.h (`#47 <https://github.com/ros2/rcl_logging/issues/47>`_)
* Contributors: Jose Luis Rivero

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>1.0.0</version>
<version>1.0.1</version>
<description>C API providing common interface to a shared library wrapping 3rd party loggers.</description>
<maintainer email="[email protected]">Amazon B9</maintainer>
<license>Apache License 2.0</license>
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
-----------
1.0.1 (2020-07-21)
------------------

1.0.0 (2020-05-26)
------------------
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>1.0.0</version>
<version>1.0.1</version>
<description>An rcl logger implementation that doesn't do anything with log messages.</description>
<maintainer email="[email protected]">Amazon B9</maintainer>
<license>Apache License 2.0</license>
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
-----------
1.0.1 (2020-07-21)
------------------
* Include rcutils/allocator.h in logging_interface.h (`#47 <https://github.com/ros2/rcl_logging/issues/47>`_)
* Added Doxyfile and fixed related warnings (`#42 <https://github.com/ros2/rcl_logging/issues/42>`_) (`#46 <https://github.com/ros2/rcl_logging/issues/46>`_)
* Add Security Vulnerability Policy pointing to REP-2006.
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>1.0.0</version>
<version>1.0.1</version>
<description>Implementation of rcl_logging API for an spdlog backend.</description>
<maintainer email="[email protected]">Chris Lalancette</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit 8446c8d

Please sign in to comment.