Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <[email protected]>
  • Loading branch information
sloretz committed Mar 30, 2022
1 parent ab437d7 commit 1e5560a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions rosidl_typesupport_c/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package rosidl_typesupport_c
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.0 (2022-03-30)
------------------
* Use target_link_libraries(... PRIVATE ...) in single typesupport case (`#124 <https://github.com/ros2/rosidl_typesupport/issues/124>`_)
* rosidl CMake cleanup in rosidl_typesupport_c (`#123 <https://github.com/ros2/rosidl_typesupport/issues/123>`_)
* Contributors: Shane Loretz

1.5.0 (2022-03-01)
------------------
* Install headers to include/${PROJECT_NAME} (`#121 <https://github.com/ros2/rosidl_typesupport/issues/121>`_)
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>1.5.0</version>
<version>2.0.0</version>
<description>Generate the type support for C messages.</description>
<maintainer email="[email protected]">Chris Lalancette</maintainer>
<maintainer email="[email protected]">Shane Loretz</maintainer>
Expand Down
6 changes: 6 additions & 0 deletions rosidl_typesupport_cpp/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package rosidl_typesupport_cpp
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Use target_link_libraries(... PRIVATE ...) in single typesupport case (`#124 <https://github.com/ros2/rosidl_typesupport/issues/124>`_)
* rosidl CMake cleanup in rosidl_typesupport_cpp (`#123 <https://github.com/ros2/rosidl_typesupport/issues/123>`_)
* Contributors: Shane Loretz

1.5.0 (2022-03-01)
------------------
* Install headers to include/${PROJECT_NAME} (`#121 <https://github.com/ros2/rosidl_typesupport/issues/121>`_)
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>1.5.0</version>
<version>2.0.0</version>
<description>Generate the type support for C++ messages.</description>
<maintainer email="[email protected]">Chris Lalancette</maintainer>
<maintainer email="[email protected]">Shane Loretz</maintainer>
Expand Down

0 comments on commit 1e5560a

Please sign in to comment.