Skip to content

Commit c6bcfbf

Browse files
authored
2.0.5 (moveit#131)
1 parent fb672b2 commit c6bcfbf

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
Changelog for package srdfdom
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.0.5 (2024-10-06)
6+
------------------
7+
* Fix README instructions for ROS 2 (`#130 <https://github.com/moveit/srdfdom/issues/130>`_)
8+
* Support conditional urdf/model.hpp include (`#127 <https://github.com/moveit/srdfdom/issues/127>`_)
9+
* Remove rospy usage (`#129 <https://github.com/moveit/srdfdom/issues/129>`_)
10+
* Add Jazzy to CI (`#128 <https://github.com/moveit/srdfdom/issues/128>`_)
11+
* Update CMakeLists.txt (`#123 <https://github.com/moveit/srdfdom/issues/123>`_)
12+
- minimum cmake version: 3.8
13+
- use default C++17
14+
* CI: Use clang-format-14
15+
* CI: update pre-commit tool versions (`#125 <https://github.com/moveit/srdfdom/issues/125>`_)
16+
* CI: drop Galactic, add Iron
17+
* CI: Update action versions (`#121 <https://github.com/moveit/srdfdom/issues/121>`_)
18+
* CI: update actions/checkout to version 3 (`#116 <https://github.com/moveit/srdfdom/issues/116>`_)
19+
* Update .pre-commit-config.yaml (`#113 <https://github.com/moveit/srdfdom/issues/113>`_)
20+
* Parse decimals in a locale-independent way (`#108 <https://github.com/moveit/srdfdom/issues/108>`_)
21+
* Humble and formatting updates (`#107 <https://github.com/moveit/srdfdom/issues/107>`_)
22+
* Contributors: AndyZe, Robert Haschke, Sebastian Castro, Vatan Aksoy Tezer, mosfet80
23+
524
2.0.4 (2022-05-09)
625
------------------
726
* Parse <disable_default_collisions> and <enable_collisions> tags (#101, from #97)

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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>srdfdom</name>
5-
<version>2.0.4</version>
5+
<version>2.0.5</version>
66
<description>Parser for Semantic Robot Description Format (SRDF).</description>
77

88
<author email="[email protected]">Ioan Sucan</author>

0 commit comments

Comments
 (0)