Skip to content

Commit 2d9d74e

Browse files
committed
5.1.3
Signed-off-by: Audrow Nash <[email protected]>
1 parent dee753a commit 2d9d74e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

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

5+
5.1.3 (2023-04-25)
6+
------------------
7+
* avoid unnecessary copy for rcutils_char_array_vsprintf. (`#412 <https://github.com/ros2/rcutils/issues/412>`_) (`#413 <https://github.com/ros2/rcutils/issues/413>`_)
8+
* Contributors: mergify[bot]
9+
510
5.1.2 (2022-11-07)
611
------------------
712
* Change syntax __VAR_ARGS_\_ to __VA_ARGS_\_ (`#376 <https://github.com/ros2/rcutils/issues/376>`_) (`#377 <https://github.com/ros2/rcutils/issues/377>`_)

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.2</version>
5+
<version>5.1.3</version>
66
<description>Package containing various utility types and functions for C</description>
77
<maintainer email="[email protected]">Chris Lalancette</maintainer>
88
<maintainer email="[email protected]">Alejandro Hernandez Cordero</maintainer>

0 commit comments

Comments
 (0)