Skip to content

Commit 276d4f3

Browse files
committed
2.5.1
1 parent 1a02c73 commit 276d4f3

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

pluginlib/CHANGELOG.rst

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

55

6+
2.5.1 (2020-05-07)
7+
------------------
8+
* Add missing export of stdc++fs and TinyXML2 via modern CMake (`#189 <https://github.com/ros/pluginlib/issues/189>`_)
9+
* Contributors: Dirk Thomas
10+
611
2.5.0 (2020-04-25)
712
------------------
813
* Export CMake targets in a addition to include directories / libraries. (`#188 <https://github.com/ros/pluginlib/issues/188>`_)

pluginlib/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>pluginlib</name>
5-
<version>2.5.0</version>
5+
<version>2.5.1</version>
66
<description>
77
The pluginlib package provides tools for writing and dynamically loading plugins using the ROS build infrastructure.
88
To work, these tools require plugin providers to register their plugins in the package.xml of their package.

0 commit comments

Comments
 (0)