Skip to content

Commit 2c6e3b8

Browse files
1.12.1
1 parent 2f45547 commit 2c6e3b8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pluginlib/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package pluginlib
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.12.1 (2018-04-27)
6+
-------------------
77
* [warning fix] remove deprecation warning until users are required to change code (`#115 <https://github.com/ros/pluginlib/issues/115>`_)
88
* [warning fix] move catkinFindLib implementation from anonymous namespace to getCatkinLibraryPaths (`#113 <https://github.com/ros/pluginlib/issues/113>`_)
99
* Contributors: Mikael Arguedas

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>1.12.0</version>
5+
<version>1.12.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)