Skip to content

Commit 471c398

Browse files
committed
2.1.2
1 parent 676a634 commit 471c398

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package class_loader
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.1.2 (2021-04-12)
6+
------------------
77
* Remove travis. (`#182 <https://github.com/ros/class_loader/issues/182>`_)
88
* Contributors: Chris Lalancette
99

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>class_loader</name>
4-
<version>2.1.1</version>
4+
<version>2.1.2</version>
55
<description>
66
The class_loader package is a ROS-independent package for loading plugins during runtime and the foundation of the higher level ROS "pluginlib" library.
77
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.

0 commit comments

Comments
 (0)