Skip to content

Commit 7c3e7d5

Browse files
committed
4.0.0
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
1 parent b076db7 commit 7c3e7d5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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+
4.0.0 (2020-08-06)
7+
------------------
8+
* Remove deprecated boost functions (`#199 <https://github.com/ros/pluginlib/issues/199>`_)
9+
* Contributors: Shane Loretz
10+
611
2.5.2 (2020-05-26)
712
------------------
813
* Link against tinyxml2 correctly (`#190 <https://github.com/ros/pluginlib/issues/190>`_)

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.2</version>
5+
<version>4.0.0</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)