From 850c357c9cba4dfae9371a107dd8ce4fbabcfa1e Mon Sep 17 00:00:00 2001 From: "Marco A. Gutierrez" Date: Wed, 18 Dec 2024 03:39:27 +0000 Subject: [PATCH] Changelog. Signed-off-by: Marco A. Gutierrez --- CHANGELOG.rst | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 624a445..1035a8e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,35 @@ +Forthcoming +----------- +* Align stdeb dependencies with setup.py (`#101 `_) + Follow-up to 4b2f3a8e4969f33dced1dc2db2296230e7a55b1d +* Add '+upstream' suffix to published deb version (`#102 `_) + Using a debian version suffix which falls late alphabetically appears to + give our packages preference by apt. If a user enables a repository + which distributes packages created by OSRF or ROS, it is likely that + they wish to use these packages instead of the ones packaged by their + platform. +* Upload coverage results to codecov (`#100 `_) +* Update ci.yaml (`#96 `_) + fix node.js <20 deprecation + Co-authored-by: Scott K Logan +* Updated python version (`#97 `_) + Python version 3.7 is no longer supported as of June 27, 2023 + Co-authored-by: Scott K Logan +* Resolve outstanding resource warnings when running tests (`#99 `_) +* Update deb platforms for release (`#95 `_) + Added: + * Ubuntu Noble (24.04 LTS pre-release) + * Debian Trixie (testing) + Dropped: + * Debian Bullseye (oldstable) + Retained: + * Debian Bookworm (stable) + * Ubuntu Focal (20.04 LTS) + * Ubuntu Jammy (22.04 LTS) +* Remove CODEOWNERS. (`#98 `_) + It is out of date and no longer serving its intended purpose. +* Contributors: Chris Lalancette, Scott K Logan, Steven! Ragnarök, mosfet80 + 2.1.4 (2023-08-21) ------------------ * Catch all of the spurious warnings from get_event_loop. (`#94 `_)