Skip to content

Commit c304b9e

Browse files
committed
5.1.2
Signed-off-by: Audrow Nash <audrow@openrobotics.org>
1 parent 6724d8a commit c304b9e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rcutils
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
5.1.2 (2022-11-07)
6+
------------------
7+
* Change syntax __VAR_ARGS_\_ to __VA_ARGS_\_ (`#376 <https://github.com/ros2/rcutils/issues/376>`_) (`#377 <https://github.com/ros2/rcutils/issues/377>`_)
8+
* Clarify duration arg description in logging macros (`#359 <https://github.com/ros2/rcutils/issues/359>`_) (`#360 <https://github.com/ros2/rcutils/issues/360>`_)
9+
* Contributors: mergify[bot]
10+
511
5.1.1 (2022-03-31)
612
------------------
713
* Update launch test for change related to enviroment variables in launch (`#354 <https://github.com/ros2/rcutils/issues/354>`_)

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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>rcutils</name>
5-
<version>5.1.1</version>
5+
<version>5.1.2</version>
66
<description>Package containing various utility types and functions for C</description>
77
<maintainer email="clalancette@openrobotics.org">Chris Lalancette</maintainer>
88
<maintainer email="alejandro@openrobotics.org">Alejandro Hernandez Cordero</maintainer>

0 commit comments

Comments
 (0)