diff --git a/ros2trace/CHANGELOG.rst b/ros2trace/CHANGELOG.rst index 0048602..ec16fbd 100644 --- a/ros2trace/CHANGELOG.rst +++ b/ros2trace/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package ros2trace ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Remove duplicated code for trace command +* Contributors: Christophe Bedard + 0.2.10 (2019-11-17) ------------------- * Make printing list of enabled events more readable diff --git a/tracetools_launch/CHANGELOG.rst b/tracetools_launch/CHANGELOG.rst index bef5c9d..8ccf50d 100644 --- a/tracetools_launch/CHANGELOG.rst +++ b/tracetools_launch/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package tracetools_launch ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Register Python packages in the ament index +* Contributors: Christophe Bedard + 0.2.7 (2019-09-09) ------------------ * Fix missing ament_xmllint dependency diff --git a/tracetools_read/CHANGELOG.rst b/tracetools_read/CHANGELOG.rst index 06dd0e9..b758b03 100644 --- a/tracetools_read/CHANGELOG.rst +++ b/tracetools_read/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package tracetools_read ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Register Python packages in the ament index +* Contributors: Christophe Bedard + 0.2.8 (2019-10-14) ------------------ * Add is_trace_directory() util function diff --git a/tracetools_test/CHANGELOG.rst b/tracetools_test/CHANGELOG.rst index 0aeeca1..22e07b6 100644 --- a/tracetools_test/CHANGELOG.rst +++ b/tracetools_test/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package tracetools_test ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Fix working directory for tracetools_test Python tests +* Fix version regex to support multi-digit numbers +* Contributors: Christophe Bedard + 0.2.10 (2019-11-17) ------------------- * Update tests after new intra-process communications diff --git a/tracetools_trace/CHANGELOG.rst b/tracetools_trace/CHANGELOG.rst index 5735892..464c381 100644 --- a/tracetools_trace/CHANGELOG.rst +++ b/tracetools_trace/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package tracetools_trace ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Register Python packages in the ament index +* Contributors: Christophe Bedard + 0.2.10 (2019-11-17) ------------------- * Make printing list of enabled events more readable