From 991681eb3c0a02aa33f5b817f2323b59ea0cdbde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Thu, 4 Jan 2024 11:23:10 +0100 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 --- ign_ros2_control/CHANGELOG.rst | 3 +++ ign_ros2_control_demos/CHANGELOG.rst | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/ign_ros2_control/CHANGELOG.rst b/ign_ros2_control/CHANGELOG.rst index 66388f6d..1961e2a3 100644 --- a/ign_ros2_control/CHANGELOG.rst +++ b/ign_ros2_control/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package ign_ros2_control ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +0.7.3 (2024-01-04) +------------------ + 0.7.2 (2024-01-04) ------------------ * Add controller name parameter (`#212 `_) diff --git a/ign_ros2_control_demos/CHANGELOG.rst b/ign_ros2_control_demos/CHANGELOG.rst index 1778a0f3..57fc741f 100644 --- a/ign_ros2_control_demos/CHANGELOG.rst +++ b/ign_ros2_control_demos/CHANGELOG.rst @@ -2,6 +2,13 @@ Changelog for package ign_ros2_control_demos ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +0.7.3 (2024-01-04) +------------------ +* Removed cartpole files +* Rename cartpole with cart (backport `#214 `_) (`#217 `_) + Co-authored-by: Alejandro Hernández Cordero +* Contributors: Alejandro Hernández Cordero, mergify[bot] + 0.7.2 (2024-01-04) ------------------ * Update diff_drive_example.launch.py (`#207 `_)