0.2.10
This commit is contained in:
parent
17bf788f3e
commit
866dada87b
14 changed files with 18 additions and 18 deletions
|
@ -2,8 +2,8 @@
|
|||
Changelog for package ros2trace
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
0.2.10 (2019-11-17)
|
||||
-------------------
|
||||
* Make printing list of enabled events more readable
|
||||
* Contributors: Christophe Bedard
|
||||
|
||||
|
|
|
@ -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.9</version>
|
||||
<version>0.2.10</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>
|
||||
|
|
|
@ -5,7 +5,7 @@ package_name = 'ros2trace'
|
|||
|
||||
setup(
|
||||
name=package_name,
|
||||
version='0.2.9',
|
||||
version='0.2.10',
|
||||
packages=find_packages(exclude=['test']),
|
||||
data_files=[
|
||||
('share/' + package_name, ['package.xml']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue