Skip to content

Commit 093ca35

Browse files
committed
5.0.1
Signed-off-by: Audrow Nash <audrow@hey.com>
1 parent 139d87a commit 093ca35

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

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.0.1 (2022-01-14)
6+
------------------
7+
* Use static_cast instead of C-style cast (`#349 <https://github.com/ros2/rcutils/issues/349>`_)
8+
* Contributors: Jacob Perron
9+
510
5.0.0 (2021-11-01)
611
------------------
712
* Fixing up documentation build when using rosdoc2 (`#344 <https://github.com/ros2/rcutils/issues/344>`_)

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.0.0</version>
5+
<version>5.0.1</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)