Skip to content

Commit

Permalink
5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Jan 24, 2024
1 parent 0d63308 commit 6699fe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pluginlib/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Changelog for package pluginlib
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


Forthcoming
-----------
5.4.1 (2024-01-24)
------------------
* Remove redundant throw of a std::runtime_error (`#232 <https://github.com/ros/pluginlib/issues/232>`_)
* Contributors: Hunter L. Allen

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>5.4.0</version>
<version>5.4.1</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 6699fe7

Please sign in to comment.