From 8bad929bd8b2777b8d2b6eff7227b2c5f325b11d Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Tue, 26 Dec 2023 17:55:14 +0000 Subject: [PATCH] 2.7.0 --- CHANGELOG.rst | 4 ++-- package.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8ea4398..5ea2523 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package class_loader ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.7.0 (2023-12-26) +------------------ * Remove all uses of ament_target_dependencies. (`#210 `_) * Update to C++17 (`#209 `_) * Contributors: Chris Lalancette diff --git a/package.xml b/package.xml index cdd5530..fbf7723 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ class_loader - 2.6.0 + 2.7.0 The class_loader package is a ROS-independent package for loading plugins during runtime and the foundation of the higher level ROS "pluginlib" library. class_loader utilizes the host operating system's runtime loader to open runtime libraries (e.g. .so/.dll files), introspect the library for exported plugin classes, and allows users to instantiate objects of these exported classes without the explicit declaration (i.e. header file) for those classes.