Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobperron committed Jan 14, 2022
1 parent 0e9a1de commit b59bce9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package class_loader
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.2.0 (2022-01-14)
------------------
* Install includes to include/ (`#191 <https://github.com/ros/class_loader/issues/191>`_)
* Fix include order for cpplint (`#192 <https://github.com/ros/class_loader/issues/192>`_)
* Update maintainers to Geoffrey Biggs and Michael Carroll (`#190 <https://github.com/ros/class_loader/issues/190>`_)
* Fix spelling mistake (`#184 <https://github.com/ros/class_loader/issues/184>`_)
* Contributors: Audrow Nash, David V. Lu!!, Jacob Perron, Shane Loretz

2.1.2 (2021-04-12)
------------------
* Remove travis. (`#182 <https://github.com/ros/class_loader/issues/182>`_)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>class_loader</name>
<version>2.1.2</version>
<version>2.2.0</version>
<description>
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 these exported classes without the explicit declaration (i.e. header file) for those classes.
Expand Down

0 comments on commit b59bce9

Please sign in to comment.