From 1e5560a46a9dee79cec7815c35020b97008ea379 Mon Sep 17 00:00:00 2001 From: Shane Loretz Date: Wed, 30 Mar 2022 11:22:10 -0700 Subject: [PATCH] 2.0.0 Signed-off-by: Shane Loretz --- rosidl_typesupport_c/CHANGELOG.rst | 6 ++++++ rosidl_typesupport_c/package.xml | 2 +- rosidl_typesupport_cpp/CHANGELOG.rst | 6 ++++++ rosidl_typesupport_cpp/package.xml | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/rosidl_typesupport_c/CHANGELOG.rst b/rosidl_typesupport_c/CHANGELOG.rst index a6daa02e..c4cd8a36 100644 --- a/rosidl_typesupport_c/CHANGELOG.rst +++ b/rosidl_typesupport_c/CHANGELOG.rst @@ -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 `_) +* rosidl CMake cleanup in rosidl_typesupport_c (`#123 `_) +* Contributors: Shane Loretz + 1.5.0 (2022-03-01) ------------------ * Install headers to include/${PROJECT_NAME} (`#121 `_) diff --git a/rosidl_typesupport_c/package.xml b/rosidl_typesupport_c/package.xml index a7c42cd2..64e83f5e 100644 --- a/rosidl_typesupport_c/package.xml +++ b/rosidl_typesupport_c/package.xml @@ -2,7 +2,7 @@ rosidl_typesupport_c - 1.5.0 + 2.0.0 Generate the type support for C messages. Chris Lalancette Shane Loretz diff --git a/rosidl_typesupport_cpp/CHANGELOG.rst b/rosidl_typesupport_cpp/CHANGELOG.rst index c9bf260d..a92e177b 100644 --- a/rosidl_typesupport_cpp/CHANGELOG.rst +++ b/rosidl_typesupport_cpp/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package rosidl_typesupport_cpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Use target_link_libraries(... PRIVATE ...) in single typesupport case (`#124 `_) +* rosidl CMake cleanup in rosidl_typesupport_cpp (`#123 `_) +* Contributors: Shane Loretz + 1.5.0 (2022-03-01) ------------------ * Install headers to include/${PROJECT_NAME} (`#121 `_) diff --git a/rosidl_typesupport_cpp/package.xml b/rosidl_typesupport_cpp/package.xml index 1240251f..1caea5a6 100644 --- a/rosidl_typesupport_cpp/package.xml +++ b/rosidl_typesupport_cpp/package.xml @@ -2,7 +2,7 @@ rosidl_typesupport_cpp - 1.5.0 + 2.0.0 Generate the type support for C++ messages. Chris Lalancette Shane Loretz