Skip to content

Commit 499f545

Browse files
authored
Prepare release 0.1.0 (#17)
* Add initial CHANGELOG * 0.1.0 Signed-off-by: Emerson Knapp <[email protected]>
1 parent d8f5284 commit 499f545

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package launch_frontend_py
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
0.1.0 (2025-10-05)
6+
------------------
7+
* Repository created with README and LICENSE
8+
* CI via github actions
9+
* Initial implementation of package functionality, these PRs making incremental progress
10+
* Launch description initial (`#2 <https://github.com/ros-tooling/launch_frontend_py/issues/2>`_)
11+
* Try more action types, clean up exporting, add basic test (`#3 <https://github.com/ros-tooling/launch_frontend_py/issues/3>`_)
12+
* Handle creating exposed actions as needed regardless of import order (`#4 <https://github.com/ros-tooling/launch_frontend_py/issues/4>`_)
13+
* Handle positional list arg as `children` (`#7 <https://github.com/ros-tooling/launch_frontend_py/issues/7>`_)
14+
* Rename from launch_py to launch_frontend_py (`#9 <https://github.com/ros-tooling/launch_frontend_py/issues/9>`_)
15+
* Add tests for running actual launchfile (`#11 <https://github.com/ros-tooling/launch_frontend_py/issues/11>`_)
16+
* Enable Python reserved names in Action attributes (`#12 <https://github.com/ros-tooling/launch_frontend_py/issues/12>`_)
17+
* Add basic usage to readme (`#15 <https://github.com/ros-tooling/launch_frontend_py/issues/15>`_)
18+
* Let all imports come from toplevel module, as one line (`#16 <https://github.com/ros-tooling/launch_frontend_py/issues/16>`_)
19+
* Contributors: Emerson Knapp

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>launch_frontend_py</name>
5-
<version>0.0.0</version>
5+
<version>0.1.0</version>
66
<description>Python frontend for writing ROS 2 launch files</description>
77
<maintainer email="[email protected]">Emerson Knapp</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)