Skip to content
Merged
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
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package ur_description
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.9.0 (2025-12-01)
------------------
* Replace argument replacements with properties (`#368 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/issues/368>`_)
* Do not add effort command interface for GZ sim (`#355 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/issues/355>`_)
* Add effort command interface to all joints (`#350 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/issues/350>`_)
* Contributors: Felix Exner, mergify[bot]

2.8.0 (2025-10-10)
------------------
* Add an initial value for the major_version state interface (`#343 <https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/issues/343>`_)
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>ur_description</name>
<version>2.8.0</version>
<version>2.9.0</version>
<description>
URDF description for Universal Robots
</description>
Expand Down
Loading