Skip to content

Commit 230f51a

Browse files
committed
5.0.2
1 parent ab73593 commit 230f51a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package urdfdom
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
5.0.2 (2025-07-03)
6+
------------------
77
* Relax the version compatibility for urdfdom_headers. (`#222 <https://github.com/ros/urdfdom/issues/222>`_)
88
* Contributors: Chris Lalancette
99

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project (urdfdom CXX C)
33

44
set (URDF_MAJOR_VERSION 5)
55
set (URDF_MINOR_VERSION 0)
6-
set (URDF_PATCH_VERSION 1)
6+
set (URDF_PATCH_VERSION 2)
77

88
set (URDF_VERSION ${URDF_MAJOR_VERSION}.${URDF_MINOR_VERSION}.${URDF_PATCH_VERSION})
99
set (URDF_MAJOR_MINOR_VERSION ${URDF_MAJOR_VERSION}.${URDF_MINOR_VERSION})

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>urdfdom</name>
4-
<version>5.0.1</version>
4+
<version>5.0.2</version>
55
<description>A library to access URDFs using the DOM model.</description>
66

77
<maintainer email="[email protected]">Chris Lalancette</maintainer>

0 commit comments

Comments
 (0)