diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2384979..cfb23fb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package class_loader ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2.1.2 (2021-04-12) +------------------ * Remove travis. (`#182 `_) * Contributors: Chris Lalancette diff --git a/package.xml b/package.xml index 0dbb214..adf3485 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ class_loader - 2.1.1 + 2.1.2 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.