diff --git a/ros2trace/CHANGELOG.rst b/ros2trace/CHANGELOG.rst new file mode 100644 index 0000000..05fc586 --- /dev/null +++ b/ros2trace/CHANGELOG.rst @@ -0,0 +1,8 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package ros2trace +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +0.1.0 (2019-07-11) +------------------ +* Add ros2cli extension that wraps tracetools_trace +* Contributors: Christophe Bedard, Ingo Lütkebohle diff --git a/tracetools/CHANGELOG.rst b/tracetools/CHANGELOG.rst new file mode 100644 index 0000000..e5d42c3 --- /dev/null +++ b/tracetools/CHANGELOG.rst @@ -0,0 +1,9 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package tracetools +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +0.1.0 (2019-07-11) +------------------ +* Add symbol resolution utils +* Add tracepoint definitions and wrapper macro for tracepoint functions +* Contributors: Christophe Bedard, Ingo Lütkebohle diff --git a/tracetools_launch/CHANGELOG.rst b/tracetools_launch/CHANGELOG.rst new file mode 100644 index 0000000..a588595 --- /dev/null +++ b/tracetools_launch/CHANGELOG.rst @@ -0,0 +1,8 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package tracetools_launch +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +0.1.0 (2019-07-11) +------------------ +* Add tracing integration into launch +* Contributors: Christophe Bedard, Ingo Lütkebohle diff --git a/tracetools_read/CHANGELOG.rst b/tracetools_read/CHANGELOG.rst new file mode 100644 index 0000000..c43eaad --- /dev/null +++ b/tracetools_read/CHANGELOG.rst @@ -0,0 +1,8 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package tracetools_read +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +0.1.0 (2019-07-11) +------------------ +* Add trace reading functions +* Contributors: Christophe Bedard, Ingo Lütkebohle diff --git a/tracetools_test/CHANGELOG.rst b/tracetools_test/CHANGELOG.rst new file mode 100644 index 0000000..8aad0e3 --- /dev/null +++ b/tracetools_test/CHANGELOG.rst @@ -0,0 +1,8 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package tracetools_test +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +0.1.0 (2019-07-11) +------------------ +* Add tracetools_test package with utilities +* Contributors: Christophe Bedard, Ingo Lütkebohle diff --git a/tracetools_trace/CHANGELOG.rst b/tracetools_trace/CHANGELOG.rst new file mode 100644 index 0000000..4b06d3f --- /dev/null +++ b/tracetools_trace/CHANGELOG.rst @@ -0,0 +1,9 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package tracetools_trace +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +0.1.0 (2019-07-11) +------------------ +* Use proper arg parser and event names completers +* Add tracing utilities +* Contributors: Christophe Bedard, Ingo Lütkebohle