This commit is contained in:
Christophe Bedard 2019-08-14 13:01:43 +02:00
parent 52be8b80e0
commit 65a40aa5ff
12 changed files with 14 additions and 14 deletions

View file

@ -2,8 +2,8 @@
Changelog for package tracetools_launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
0.2.4 (2019-08-14)
------------------
* Add LD_PRELOAD support for profiling in Trace action
* Contributors: Christophe Bedard

View file

@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>tracetools_launch</name>
<version>0.2.3</version>
<version>0.2.4</version>
<description>Launch integration for tracing.</description>
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>

View file

@ -7,7 +7,7 @@ package_name = 'tracetools_launch'
setup(
name=package_name,
version='0.2.3',
version='0.2.4',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),