Skip to content

Commit 2a808dc

Browse files
committed
4.9.1
1 parent dc44f3d commit 2a808dc

File tree

32 files changed

+47
-47
lines changed

32 files changed

+47
-47
lines changed

rosidl_adapter/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
4.9.1 (2024-11-20)
6+
------------------
77
* Types for rosidl_adapter (`#828 <https://github.com/ros2/rosidl/issues/828>`_)
88
* Contributors: Michael Carlstrom
99

rosidl_adapter/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>rosidl_adapter</name>
5-
<version>4.9.0</version>
5+
<version>4.9.1</version>
66
<description>
77
API and scripts to parse .msg/.srv/.action files and convert them to .idl.
88
</description>

rosidl_cli/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
4.9.1 (2024-11-20)
6+
------------------
77
* Rosidl cli types with `specs_set` fix (`#831 <https://github.com/ros2/rosidl/issues/831>`_)
88
* Contributors: Chris Lalancette, Michael Carlstrom
99

rosidl_cli/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>rosidl_cli</name>
5-
<version>4.9.0</version>
5+
<version>4.9.1</version>
66
<description>
77
Command line tools for ROS interface generation.
88
</description>

rosidl_cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='rosidl_cli',
6-
version='4.9.0',
6+
version='4.9.1',
77
packages=find_packages(exclude=['test']),
88
extras_require={
99
'completion': ['argcomplete'],

rosidl_cmake/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
4.9.1 (2024-11-20)
6+
------------------
77

88
4.9.0 (2024-10-03)
99
------------------

rosidl_cmake/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>rosidl_cmake</name>
5-
<version>4.9.0</version>
5+
<version>4.9.1</version>
66
<description>The CMake functionality to invoke code generation for ROS interface files.</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

rosidl_generator_c/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
4.9.1 (2024-11-20)
6+
------------------
77

88
4.9.0 (2024-10-03)
99
------------------

rosidl_generator_c/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>rosidl_generator_c</name>
5-
<version>4.9.0</version>
5+
<version>4.9.1</version>
66
<description>Generate the ROS interfaces in C.</description>
77

88
<maintainer email="[email protected]">Aditya Pande</maintainer>

rosidl_generator_cpp/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
4.9.1 (2024-11-20)
6+
------------------
77

88
4.9.0 (2024-10-03)
99
------------------

0 commit comments

Comments
 (0)