0.2.2
This commit is contained in:
parent
38804e4370
commit
4c7f7d8943
6 changed files with 8 additions and 8 deletions
|
@ -2,8 +2,8 @@
|
|||
Changelog for package ros2trace_analysis
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Forthcoming
|
||||
-----------
|
||||
0.2.2 (2019-11-19)
|
||||
------------------
|
||||
* Add flag for hiding processing results with the process verb
|
||||
* 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_analysis</name>
|
||||
<version>0.2.1</version>
|
||||
<version>0.2.2</version>
|
||||
<description>The trace analysis command for ROS 2 command line tools.</description>
|
||||
<maintainer email="christophe.bedard@apex.ai">Christophe Bedard</maintainer>
|
||||
<license>Apache 2.0</license>
|
||||
|
|
|
@ -5,7 +5,7 @@ package_name = 'ros2trace_analysis'
|
|||
|
||||
setup(
|
||||
name=package_name,
|
||||
version='0.2.1',
|
||||
version='0.2.2',
|
||||
packages=find_packages(exclude=['test']),
|
||||
data_files=[
|
||||
('share/' + package_name, ['package.xml']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue