Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Jun 7, 2023
1 parent e1fa796 commit d26e382
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions rosidl_typesupport_c/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rosidl_typesupport_c
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.2.0 (2023-06-07)
------------------
* Don't override user provided compile definitions (`#145 <https://github.com/ros2/rosidl_typesupport/issues/145>`_)
* Contributors: Emerson Knapp

Expand Down
2 changes: 1 addition & 1 deletion rosidl_typesupport_c/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosidl_typesupport_c</name>
<version>3.1.0</version>
<version>3.2.0</version>
<description>Generate the type support for C messages.</description>

<maintainer email="[email protected]">Dharini Dutia</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions rosidl_typesupport_cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rosidl_typesupport_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.2.0 (2023-06-07)
------------------
* Don't override user provided compile definitions (`#145 <https://github.com/ros2/rosidl_typesupport/issues/145>`_)
* Added C interfaces to obtain service and action type support. (`#143 <https://github.com/ros2/rosidl_typesupport/issues/143>`_)
* Contributors: Emerson Knapp, Stefan Fabian
Expand Down
2 changes: 1 addition & 1 deletion rosidl_typesupport_cpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosidl_typesupport_cpp</name>
<version>3.1.0</version>
<version>3.2.0</version>
<description>Generate the type support for C++ messages.</description>

<maintainer email="[email protected]">Dharini Dutia</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions rosidl_typesupport_tests/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package rosidl_typesupport_tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.2.0 (2023-06-07)
------------------

3.1.0 (2023-04-28)
------------------
Expand Down
2 changes: 1 addition & 1 deletion rosidl_typesupport_tests/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rosidl_typesupport_tests</name>
<version>3.1.0</version>
<version>3.2.0</version>
<description>Test rosidl_typesupport_c and rosidl_typesupport_cpp packages</description>
<maintainer email="[email protected]">Jacob Perron</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit d26e382

Please sign in to comment.