Skip to content

Commit

Permalink
2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Apr 2, 2024
1 parent 93a02ad commit 5aa788e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog for package xacro
^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.11 (2024-04-02)
-------------------
* Allow substitution args without ROS (`#340 <https://github.com/ros/xacro/issues/340>`_)
* Add more unit tags for yaml files (`#331 <https://github.com/ros/xacro/issues/331>`_)
* Resolve $(find ...) as a result of a substitution argument (`#339 <https://github.com/ros/xacro/issues/339>`_)
* Mark regexes as raw strings (`#336 <https://github.com/ros/xacro/issues/336>`_)
* Add pyproject.toml for direct installation via pip (`#329 <https://github.com/ros/xacro/issues/329>`_)
* Contributors: Adam Heins, Bruno-Pier, Carlo Rizzardo, Lukas Huber, Robert Haschke

2.0.10 (2024-01-25)
-------------------
* Expose python.abs()
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.10</version>
<version>2.0.11</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 5aa788e

Please sign in to comment.