From 963f321f41ca6f398a3bc2f6f75f41ebc8c7c074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Thu, 16 May 2024 10:51:57 +0200 Subject: [PATCH] Changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alejandro Hernández Cordero --- point_cloud_transport/CHANGELOG.rst | 15 +++++++++++++++ point_cloud_transport_py/CHANGELOG.rst | 3 +++ 2 files changed, 18 insertions(+) diff --git a/point_cloud_transport/CHANGELOG.rst b/point_cloud_transport/CHANGELOG.rst index 6924f0b..8b89210 100644 --- a/point_cloud_transport/CHANGELOG.rst +++ b/point_cloud_transport/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog for package point_cloud_transport ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2.0.6 (2024-05-16) +------------------ +* [rolling] Get user specified parameters at startup (`#80 `_) (`#84 `_) + Co-authored-by: Alejandro Hernández Cordero + (cherry picked from commit 90c603a1e8fb56c3203ff6870e4f2205c37e59b4) + Co-authored-by: john-maidbot <78750993+john-maidbot@users.noreply.github.com> +* Rename the republish_node to pc_republish_node. (`#75 `_) (`#76 `_) + The major reason for this is that image_transport already + has a republish_node, and when we are building for distribution + we can't have two files named /opt/ros/rolling/lib/librepublish_node.so + Rename this one to libpc_republish_node, which should remove + the conflict. + Co-authored-by: Chris Lalancette +* Contributors: Alejandro Hernández Cordero, mergify[bot] + 2.0.5 (2023-03-26) ------------------ * Cleanup republisher (`#58 `_) (`#71 `_) diff --git a/point_cloud_transport_py/CHANGELOG.rst b/point_cloud_transport_py/CHANGELOG.rst index 265bb15..eb44cfc 100644 --- a/point_cloud_transport_py/CHANGELOG.rst +++ b/point_cloud_transport_py/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package point_cloud_transport_py ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2.0.6 (2024-05-16) +------------------ + 2.0.5 (2023-03-26) ------------------