Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0.5 #131

Merged
merged 5 commits into from
Oct 6, 2024
Merged

2.0.5 #131

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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="[email protected]">Ioan Sucan</author>
Expand Down
Loading