We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6262dee commit bf4e36aCopy full SHA for bf4e36a
CHANGELOG.rst
@@ -2,7 +2,7 @@
2
Changelog for package ros2_fmt_logger
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
5
-Forthcoming
6
------------
+1.0.0 (2025-10-08)
+------------------
7
* Initial implementation for a proper ros2 logger using fmtlib
8
* Contributors: Tim Clephas
package.xml
@@ -5,7 +5,7 @@
<package format="3">
<name>ros2_fmt_logger</name>
- <version>0.1.0</version>
+ <version>1.0.0</version>
9
<description>
10
A modern, ROS 2 logging library that provides fmt-style formatting as a replacement for RCLCPP logging macros
11
</description>
0 commit comments