Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2020-03-04 09:25:18 -08:00
parent f768c59111
commit eaa2b10f77
15 changed files with 20 additions and 20 deletions

View file

@ -2,8 +2,8 @@
Changelog for package ros2trace
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Forthcoming
-----------
0.3.0 (2020-03-04)
------------------
* Expose context enabling through CLI and 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>ros2trace</name>
<version>0.2.12</version>
<version>0.3.0</version>
<description>The trace command for ROS 2 command line tools.</description>
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>

View file

@ -5,7 +5,7 @@ package_name = 'ros2trace'
setup(
name=package_name,
version='0.2.12',
version='0.3.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),