Skip to content

Commit 45155d6

Browse files
committed
3.3.3
1 parent 0613386 commit 45155d6

File tree

6 files changed

+20
-3
lines changed

6 files changed

+20
-3
lines changed

rosidl_typesupport_c/CHANGELOG.rst

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

5+
3.3.3 (2025-04-18)
6+
------------------
7+
* Switch to ament_cmake_ros_core package (`#166 <https://github.com/ros2/rosidl_typesupport/issues/166>`_)
8+
* Uniform cmake requirement (`#163 <https://github.com/ros2/rosidl_typesupport/issues/163>`_)
9+
* Contributors: Scott K Logan, mosfet80
10+
511
3.3.2 (2025-02-02)
612
------------------
713
* Cleanup warning message in rosidl_typesupport_c tests. (`#161 <https://github.com/ros2/rosidl_typesupport/issues/161>`_)

rosidl_typesupport_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_typesupport_c</name>
5-
<version>3.3.2</version>
5+
<version>3.3.3</version>
66
<description>Generate the type support for C messages.</description>
77

88
<maintainer email="[email protected]">Dharini Dutia</maintainer>

rosidl_typesupport_cpp/CHANGELOG.rst

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

5+
3.3.3 (2025-04-18)
6+
------------------
7+
* Switch to ament_cmake_ros_core package (`#166 <https://github.com/ros2/rosidl_typesupport/issues/166>`_)
8+
* Uniform cmake requirement (`#163 <https://github.com/ros2/rosidl_typesupport/issues/163>`_)
9+
* Contributors: Scott K Logan, mosfet80
10+
511
3.3.2 (2025-02-02)
612
------------------
713

rosidl_typesupport_cpp/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_typesupport_cpp</name>
5-
<version>3.3.2</version>
5+
<version>3.3.3</version>
66
<description>Generate the type support for C++ messages.</description>
77

88
<maintainer email="[email protected]">Dharini Dutia</maintainer>

rosidl_typesupport_tests/CHANGELOG.rst

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

5+
3.3.3 (2025-04-18)
6+
------------------
7+
* Uniform cmake requirement (`#163 <https://github.com/ros2/rosidl_typesupport/issues/163>`_)
8+
* Contributors: mosfet80
9+
510
3.3.2 (2025-02-02)
611
------------------
712

rosidl_typesupport_tests/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_typesupport_tests</name>
5-
<version>3.3.2</version>
5+
<version>3.3.3</version>
66
<description>Test rosidl_typesupport_c and rosidl_typesupport_cpp packages</description>
77
<maintainer email="[email protected]">Jacob Perron</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)