Skip to content

Commit b4c01b6

Browse files
committed
6.9.5
1 parent e811760 commit b4c01b6

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.rst

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

5+
6.9.5 (2025-04-02)
6+
------------------
7+
* Handle spaces in start_process arguments on Windows (`#494 <https://github.com/ros2/rcutils/issues/494>`_)
8+
* Add utility functions for invoking a subprocess (`#491 <https://github.com/ros2/rcutils/issues/491>`_) (`#492 <https://github.com/ros2/rcutils/issues/492>`_)
9+
* Add rcutils_join function for concatenating strings (`#490 <https://github.com/ros2/rcutils/issues/490>`_)
10+
* Switch to ament_cmake_ros_core package (`#489 <https://github.com/ros2/rcutils/issues/489>`_)
11+
* Contributors: Alejandro Hernández Cordero, Michael Carroll, Scott K Logan
12+
513
6.9.4 (2025-02-02)
614
------------------
715
* Cleanup error handling in rcutils. (`#485 <https://github.com/ros2/rcutils/issues/485>`_)

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>6.9.4</version>
5+
<version>6.9.5</version>
66
<description>Package containing various utility types and functions for C</description>
77

88
<maintainer email="alejandro@openrobotics.org">Alejandro Hernandez Cordero</maintainer>

0 commit comments

Comments
 (0)