Skip to content

Commit 332e35d

Browse files
committed
2.3.0
Signed-off-by: Audrow Nash <[email protected]>
1 parent b59bce9 commit 332e35d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package class_loader
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.3.0 (2022-05-10)
6+
------------------
7+
58
2.2.0 (2022-01-14)
69
------------------
710
* Install includes to include/ (`#191 <https://github.com/ros/class_loader/issues/191>`_)

package.xml

+1-1
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.2.0</version>
4+
<version>2.3.0</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)