From 1b06816a1a5febb9e22119c0e201cd4879172e72 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Tue, 26 Dec 2023 16:33:22 +0000 Subject: [PATCH] Changelog. Signed-off-by: Chris Lalancette --- fastrtps_cmake_module/CHANGELOG.rst | 3 +++ rosidl_typesupport_fastrtps_c/CHANGELOG.rst | 5 +++++ rosidl_typesupport_fastrtps_cpp/CHANGELOG.rst | 5 +++++ 3 files changed, 13 insertions(+) diff --git a/fastrtps_cmake_module/CHANGELOG.rst b/fastrtps_cmake_module/CHANGELOG.rst index c355f1a..05a4752 100644 --- a/fastrtps_cmake_module/CHANGELOG.rst +++ b/fastrtps_cmake_module/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package fastrtps_cmake_module ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- + 3.3.0 (2023-10-04) ------------------ diff --git a/rosidl_typesupport_fastrtps_c/CHANGELOG.rst b/rosidl_typesupport_fastrtps_c/CHANGELOG.rst index b87f555..7cbff76 100644 --- a/rosidl_typesupport_fastrtps_c/CHANGELOG.rst +++ b/rosidl_typesupport_fastrtps_c/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package rosidl_typesupport_fastrtps_c ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Update to C++17 (`#111 `_) +* Contributors: Chris Lalancette + 3.3.0 (2023-10-04) ------------------ * Account for alignment on `is_plain` calculations (`#108 `_) diff --git a/rosidl_typesupport_fastrtps_cpp/CHANGELOG.rst b/rosidl_typesupport_fastrtps_cpp/CHANGELOG.rst index 6eba42b..266ed91 100644 --- a/rosidl_typesupport_fastrtps_cpp/CHANGELOG.rst +++ b/rosidl_typesupport_fastrtps_cpp/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package rosidl_typesupport_fastrtps_cpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Update to C++17 (`#111 `_) +* Contributors: Chris Lalancette + 3.3.0 (2023-10-04) ------------------ * Account for alignment on `is_plain` calculations (`#108 `_)