From 796b63641ddbac13f7bd26e1d3ad28ffe6c5c3b5 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Thu, 11 Jul 2019 11:17:41 +0200 Subject: [PATCH 1/2] Add changelogs --- ros2trace/CHANGELOG.rst | 8 ++++++++ tracetools/CHANGELOG.rst | 9 +++++++++ tracetools_launch/CHANGELOG.rst | 8 ++++++++ tracetools_read/CHANGELOG.rst | 8 ++++++++ tracetools_test/CHANGELOG.rst | 8 ++++++++ tracetools_trace/CHANGELOG.rst | 9 +++++++++ 6 files changed, 50 insertions(+) create mode 100644 ros2trace/CHANGELOG.rst create mode 100644 tracetools/CHANGELOG.rst create mode 100644 tracetools_launch/CHANGELOG.rst create mode 100644 tracetools_read/CHANGELOG.rst create mode 100644 tracetools_test/CHANGELOG.rst create mode 100644 tracetools_trace/CHANGELOG.rst diff --git a/ros2trace/CHANGELOG.rst b/ros2trace/CHANGELOG.rst new file mode 100644 index 0000000..98e14bb --- /dev/null +++ b/ros2trace/CHANGELOG.rst @@ -0,0 +1,8 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package ros2trace +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Forthcoming +----------- +* 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..57d1515 --- /dev/null +++ b/tracetools/CHANGELOG.rst @@ -0,0 +1,9 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package tracetools +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Forthcoming +----------- +* 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..789882e --- /dev/null +++ b/tracetools_launch/CHANGELOG.rst @@ -0,0 +1,8 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package tracetools_launch +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Forthcoming +----------- +* 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..e7c1619 --- /dev/null +++ b/tracetools_read/CHANGELOG.rst @@ -0,0 +1,8 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package tracetools_read +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Forthcoming +----------- +* 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..36df8c1 --- /dev/null +++ b/tracetools_test/CHANGELOG.rst @@ -0,0 +1,8 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package tracetools_test +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Forthcoming +----------- +* 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..292c5c3 --- /dev/null +++ b/tracetools_trace/CHANGELOG.rst @@ -0,0 +1,9 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package tracetools_trace +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Forthcoming +----------- +* Use proper arg parser and event names completers +* Add tracing utilities +* Contributors: Christophe Bedard, Ingo Lütkebohle From 51441ff467b5c58176ef09c5b83521d447c2d6ab Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Thu, 11 Jul 2019 14:22:05 +0200 Subject: [PATCH 2/2] 0.1.0 --- ros2trace/CHANGELOG.rst | 4 ++-- tracetools/CHANGELOG.rst | 4 ++-- tracetools_launch/CHANGELOG.rst | 4 ++-- tracetools_read/CHANGELOG.rst | 4 ++-- tracetools_test/CHANGELOG.rst | 4 ++-- tracetools_trace/CHANGELOG.rst | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ros2trace/CHANGELOG.rst b/ros2trace/CHANGELOG.rst index 98e14bb..05fc586 100644 --- a/ros2trace/CHANGELOG.rst +++ b/ros2trace/CHANGELOG.rst @@ -2,7 +2,7 @@ Changelog for package ros2trace ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +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 index 57d1515..e5d42c3 100644 --- a/tracetools/CHANGELOG.rst +++ b/tracetools/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package tracetools ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +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 index 789882e..a588595 100644 --- a/tracetools_launch/CHANGELOG.rst +++ b/tracetools_launch/CHANGELOG.rst @@ -2,7 +2,7 @@ Changelog for package tracetools_launch ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +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 index e7c1619..c43eaad 100644 --- a/tracetools_read/CHANGELOG.rst +++ b/tracetools_read/CHANGELOG.rst @@ -2,7 +2,7 @@ Changelog for package tracetools_read ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +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 index 36df8c1..8aad0e3 100644 --- a/tracetools_test/CHANGELOG.rst +++ b/tracetools_test/CHANGELOG.rst @@ -2,7 +2,7 @@ Changelog for package tracetools_test ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +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 index 292c5c3..4b06d3f 100644 --- a/tracetools_trace/CHANGELOG.rst +++ b/tracetools_trace/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package tracetools_trace ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +0.1.0 (2019-07-11) +------------------ * Use proper arg parser and event names completers * Add tracing utilities * Contributors: Christophe Bedard, Ingo Lütkebohle