Skip to content

Commit

Permalink
2.0.5 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Oct 6, 2024
1 parent fb672b2 commit c6bcfbf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
Changelog for package srdfdom
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.5 (2024-10-06)
------------------
* Fix README instructions for ROS 2 (`#130 <https://github.com/moveit/srdfdom/issues/130>`_)
* Support conditional urdf/model.hpp include (`#127 <https://github.com/moveit/srdfdom/issues/127>`_)
* Remove rospy usage (`#129 <https://github.com/moveit/srdfdom/issues/129>`_)
* Add Jazzy to CI (`#128 <https://github.com/moveit/srdfdom/issues/128>`_)
* Update CMakeLists.txt (`#123 <https://github.com/moveit/srdfdom/issues/123>`_)
- minimum cmake version: 3.8
- use default C++17
* CI: Use clang-format-14
* CI: update pre-commit tool versions (`#125 <https://github.com/moveit/srdfdom/issues/125>`_)
* CI: drop Galactic, add Iron
* CI: Update action versions (`#121 <https://github.com/moveit/srdfdom/issues/121>`_)
* CI: update actions/checkout to version 3 (`#116 <https://github.com/moveit/srdfdom/issues/116>`_)
* Update .pre-commit-config.yaml (`#113 <https://github.com/moveit/srdfdom/issues/113>`_)
* Parse decimals in a locale-independent way (`#108 <https://github.com/moveit/srdfdom/issues/108>`_)
* Humble and formatting updates (`#107 <https://github.com/moveit/srdfdom/issues/107>`_)
* Contributors: AndyZe, Robert Haschke, Sebastian Castro, Vatan Aksoy Tezer, mosfet80

2.0.4 (2022-05-09)
------------------
* Parse <disable_default_collisions> and <enable_collisions> tags (#101, from #97)
Expand Down
2 changes: 1 addition & 1 deletion 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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>srdfdom</name>
<version>2.0.4</version>
<version>2.0.5</version>
<description>Parser for Semantic Robot Description Format (SRDF).</description>

<author email="isucan@willowgarage.com">Ioan Sucan</author>
Expand Down

0 comments on commit c6bcfbf

Please sign in to comment.