File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for package robot_upstart
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
- Forthcoming
6
- -----------
5
+ 1.0.4 (2024-09-09)
6
+ ------------------
7
7
* Make tests pass on ROS 2 (`#124 <https://github.com/clearpathrobotics/robot_upstart/issues/124 >`_)
8
8
* Add Github CI
9
9
* Contributors: Chris Iverach-Brereton
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >robot_upstart</name >
5
- <version >1.0.3 </version >
5
+ <version >1.0.4 </version >
6
6
<description >
7
7
The robot_upstart package provides scripts which may be used to install
8
8
and uninstall Ubuntu Linux upstart jobs which launch groups of roslaunch files.
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = PACKAGE_NAME ,
9
- version = '1.0.3 ' ,
9
+ version = '1.0.4 ' ,
10
10
packages = [PACKAGE_NAME ],
11
11
data_files = [
12
12
('share/ament_index/resource_index/packages' ,
You can’t perform that action at this time.
0 commit comments