Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Apr 14, 2019
1 parent 3bbc242 commit e1b3898
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions pluginlib/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Changelog for package pluginlib
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


2.3.0 (2019-04-14)
------------------
* Updated build to choose the appropriate library for experimental filesystem, based on the compiler and standard library. (`#146 <https://github.com/ros/pluginlib/issues/146>`_)
* Added stdc++fs as a target link library for clang compiler on linux. (`#144 <https://github.com/ros/pluginlib/issues/144>`_)
* Added Michael as maintainer (for build e-mails). (`#137 <https://github.com/ros/pluginlib/issues/137>`_)
* Contributors: Emerson Knapp, Michael Carroll, bhatsach

2.2.1 (2018-12-13)
------------------
* Removed extraneous link lines. (`#135 <https://github.com/ros/pluginlib/issues/135>`_)
Expand Down
2 changes: 1 addition & 1 deletion pluginlib/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>pluginlib</name>
<version>2.2.1</version>
<version>2.3.0</version>
<description>
The pluginlib package provides tools for writing and dynamically loading plugins using the ROS build infrastructure.
To work, these tools require plugin providers to register their plugins in the package.xml of their package.
Expand Down

0 comments on commit e1b3898

Please sign in to comment.