Skip to content

Commit b59bce9

Browse files
committed
2.2.0
1 parent 0e9a1de commit b59bce9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

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

5+
2.2.0 (2022-01-14)
6+
------------------
7+
* Install includes to include/ (`#191 <https://github.com/ros/class_loader/issues/191>`_)
8+
* Fix include order for cpplint (`#192 <https://github.com/ros/class_loader/issues/192>`_)
9+
* Update maintainers to Geoffrey Biggs and Michael Carroll (`#190 <https://github.com/ros/class_loader/issues/190>`_)
10+
* Fix spelling mistake (`#184 <https://github.com/ros/class_loader/issues/184>`_)
11+
* Contributors: Audrow Nash, David V. Lu!!, Jacob Perron, Shane Loretz
12+
513
2.1.2 (2021-04-12)
614
------------------
715
* Remove travis. (`#182 <https://github.com/ros/class_loader/issues/182>`_)

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.1.2</version>
4+
<version>2.2.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)