Skip to content

Commit cdeb5a0

Browse files
committed
2.4.0
1 parent 8e664fe commit cdeb5a0

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.4.0 (2022-11-02)
6+
------------------
77
* Remove appveyor configuration. (`#204 <https://github.com/ros/class_loader/issues/204>`_)
88
* Just fix a typo in a comment. (`#203 <https://github.com/ros/class_loader/issues/203>`_)
99
* make the meta-object alive in the lifecycle of the registered plugin (`#201 <https://github.com/ros/class_loader/issues/201>`_)

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.3.1</version>
4+
<version>2.4.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)