Skip to content

Commit 812744d

Browse files
0.5.0
1 parent 0375c84 commit 812744d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

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

5+
0.5.0 (2020-02-07)
6+
------------------
7+
* Declare specific boost dependencies. (`#136 <https://github.com/ros/class_loader/issues/136>`_)
8+
* Contributors: Mikael Arguedas
9+
510
0.4.2 (2020-02-07)
611
------------------
712
* Add Python 3 support to header update scripts. (`#122 <https://github.com/ros/class_loader/issues/122>`_)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>class_loader</name>
5-
<version>0.4.2</version>
5+
<version>0.5.0</version>
66
<description>
77
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 said exported classes without the explicit declaration (i.e. header file) for those classes.
88
</description>

0 commit comments

Comments
 (0)