Skip to content

Commit 390772a

Browse files
committed
2.1.1
1 parent 46cb051 commit 390772a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

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

5+
2.1.1 (2025-08-28)
6+
------------------
7+
* Handle str and pathlib.Path args for process_file()
8+
* Contributors: Noel Jimenez, Robert Haschke
9+
510
2.1.0 (2025-08-19)
611
------------------
712
* Resolve macro arguments within caller's scope (`#373 <https://github.com/ros/xacro/issues/373>`_)

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.1.0</version>
4+
<version>2.1.1</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)