Skip to content

Commit

Permalink
2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Jan 8, 2025
1 parent 87b4543 commit 6ca51e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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 xacro
^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.12 (2025-01-08)
-------------------
* Python 3.13 introduced new attr argument to _write_data (`#353 <https://github.com/ros/xacro/issues/353>`_)
* pyproject.toml: Automatically determine version from git
* Add function python.vars() (`#348 <https://github.com/ros/xacro/issues/348>`_)
* Contributors: Robert Haschke

2.0.11 (2024-04-02)
-------------------
* Allow substitution args without ROS (`#340 <https://github.com/ros/xacro/issues/340>`_)
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.11</version>
<version>2.0.12</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 6ca51e6

Please sign in to comment.