File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments