Skip to content

Commit 711126c

Browse files
committed
2.1.0
1 parent 53bb648 commit 711126c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

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

5+
2.1.0 (2025-08-19)
6+
------------------
7+
* Resolve macro arguments within caller's scope (`#373 <https://github.com/ros/xacro/issues/373>`_)
8+
* Remove consecutive dashes in the input file name (`#372 <https://github.com/ros/xacro/issues/372>`_)
9+
* Expose bool() in global and python namespace (`#371 <https://github.com/ros/xacro/issues/371>`_)
10+
* Remove extra line in doc string (`#362 <https://github.com/ros/xacro/issues/362>`_)
11+
* Contributors: Jasper van Brakel, Robert Haschke, Tully Foote
12+
513
2.0.13 (2025-03-20)
614
-------------------
715
* Pass AMENT_PREFIX_PATH to xacro (`#359 <https://github.com/ros/xacro/issues/359>`_)

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>xacro</name>
4-
<version>2.0.13</version>
4+
<version>2.1.0</version>
55
<description>Xacro (XML Macros)
66
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.
77
</description>

0 commit comments

Comments
 (0)