Skip to content

Commit

Permalink
2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Jan 25, 2024
1 parent 167f673 commit 7231b8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package xacro
^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.10 (2024-01-25)
-------------------
* Expose python.abs()
* Fix hasattr support of YamlDictWrapper (`#324 <https://github.com/ros/xacro/issues/324>`_)
* Contributors: Robert Haschke

2.0.9 (2023-02-27)
------------------
* Evaluate ``arg`` value as str/unicode (`#322 <https://github.com/ros/xacro/issues/322>`_)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>xacro</name>
<version>2.0.9</version>
<version>2.0.10</version>
<description>Xacro (XML Macros)
Xacro is an XML macro language. With xacro, you can construct shorter and more readable XML files by using macros that expand to larger XML expressions.
</description>
Expand Down

0 comments on commit 7231b8b

Please sign in to comment.