Skip to content

Commit

Permalink
8.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marco A. Gutierrez <[email protected]>
  • Loading branch information
marcoag committed Mar 28, 2024
1 parent fbd6d9d commit db0c215
Show file tree
Hide file tree
Showing 27 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions lttngpy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package lttngpy
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
8.1.0 (2024-03-27)
------------------

8.0.0 (2024-01-23)
------------------
Expand Down
2 changes: 1 addition & 1 deletion lttngpy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>lttngpy</name>
<version>8.0.0</version>
<version>8.1.0</version>
<description>liblttng-ctl Python bindings</description>
<maintainer email="[email protected]">Christophe Bedard</maintainer>
<license>Apache License 2.0</license>
Expand Down
4 changes: 2 additions & 2 deletions ros2trace/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ros2trace
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
8.1.0 (2024-03-27)
------------------

8.0.0 (2024-01-23)
------------------
Expand Down
2 changes: 1 addition & 1 deletion ros2trace/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ros2trace</name>
<version>8.0.0</version>
<version>8.1.0</version>
<description>The trace command for ROS 2 command line tools.</description>
<maintainer email="[email protected]">Christophe Bedard</maintainer>
<maintainer email="[email protected]">Ingo Lütkebohle</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion ros2trace/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='8.0.0',
version='8.1.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions test_ros2trace/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package test_ros2trace
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
8.1.0 (2024-03-27)
------------------
* Allow tracing tests to be run in parallel with other tests (`#95 <https://github.com/ros2/ros2_tracing/issues/95>`_)
* Make test_ros2trace depend on test_tracetools_launch.
* Contributors: Chris Lalancette, Christophe Bedard
Expand Down
2 changes: 1 addition & 1 deletion test_ros2trace/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>test_ros2trace</name>
<version>8.0.0</version>
<version>8.1.0</version>
<description>Tests for the ros2trace package.</description>
<maintainer email="[email protected]">Christophe Bedard</maintainer>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion test_ros2trace/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='8.0.0',
version='8.1.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions test_tracetools/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package test_tracetools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
8.1.0 (2024-03-27)
------------------
* Use a memcmp for the expected symbol name. (`#100 <https://github.com/ros2/ros2_tracing/issues/100>`_)
* Fix the build on RHEL-9. (`#98 <https://github.com/ros2/ros2_tracing/issues/98>`_)
* Allow tracing tests to be run in parallel with other tests (`#95 <https://github.com/ros2/ros2_tracing/issues/95>`_)
Expand Down
2 changes: 1 addition & 1 deletion test_tracetools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>test_tracetools</name>
<version>8.0.0</version>
<version>8.1.0</version>
<description>Tests for the tracetools package.</description>
<maintainer email="[email protected]">Christophe Bedard</maintainer>
<maintainer email="[email protected]">Ingo Luetkebohle</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions test_tracetools_launch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package test_tracetools_launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
8.1.0 (2024-03-27)
------------------
* Improve tracing configuration error reporting (`#85 <https://github.com/ros2/ros2_tracing/issues/85>`_)
* Contributors: Christophe Bedard

Expand Down
2 changes: 1 addition & 1 deletion test_tracetools_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>test_tracetools_launch</name>
<version>8.0.0</version>
<version>8.1.0</version>
<description>Tests for the tracetools_launch package.</description>
<maintainer email="[email protected]">Christophe Bedard</maintainer>
<maintainer email="[email protected]">Ingo Luetkebohle</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion test_tracetools_launch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='8.0.0',
version='8.1.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions tracetools/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package tracetools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
8.1.0 (2024-03-27)
------------------
* Update tests and docs after new rmw_publish timestamp field (`#90 <https://github.com/ros2/ros2_tracing/issues/90>`_)
* Contributors: Christophe Bedard

Expand Down
2 changes: 1 addition & 1 deletion tracetools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>tracetools</name>
<version>8.0.0</version>
<version>8.1.0</version>
<description>Tracing wrapper for ROS 2.</description>
<maintainer email="[email protected]">Christophe Bedard</maintainer>
<maintainer email="[email protected]">Ingo Luetkebohle</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions tracetools_launch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package tracetools_launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
8.1.0 (2024-03-27)
------------------
* Use single underscore for private vars in Python (`#92 <https://github.com/ros2/ros2_tracing/issues/92>`_)
* Improve tracing configuration error reporting (`#85 <https://github.com/ros2/ros2_tracing/issues/85>`_)
* Fix warnings when using mypy 1.8.0. (`#89 <https://github.com/ros2/ros2_tracing/issues/89>`_)
Expand Down
2 changes: 1 addition & 1 deletion tracetools_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>tracetools_launch</name>
<version>8.0.0</version>
<version>8.1.0</version>
<description>Launch integration for tracing.</description>
<maintainer email="[email protected]">Christophe Bedard</maintainer>
<maintainer email="[email protected]">Ingo Luetkebohle</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion tracetools_launch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name=package_name,
version='8.0.0',
version='8.1.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions tracetools_read/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package tracetools_read
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
8.1.0 (2024-03-27)
------------------
* Allow tracing tests to be run in parallel with other tests (`#95 <https://github.com/ros2/ros2_tracing/issues/95>`_)
* Contributors: Christophe Bedard

Expand Down
2 changes: 1 addition & 1 deletion tracetools_read/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>tracetools_read</name>
<version>8.0.0</version>
<version>8.1.0</version>
<description>Tools for reading traces.</description>
<maintainer email="[email protected]">Christophe Bedard</maintainer>
<maintainer email="[email protected]">Ingo Luetkebohle</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion tracetools_read/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='8.0.0',
version='8.1.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions tracetools_test/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package tracetools_test
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
8.1.0 (2024-03-27)
------------------
* Allow tracing tests to be run in parallel with other tests (`#95 <https://github.com/ros2/ros2_tracing/issues/95>`_)
* Fix interference between test_tracetools and ros2lifecycle tests (`#96 <https://github.com/ros2/ros2_tracing/issues/96>`_)
* Make tracing test assert messages more descriptive (`#93 <https://github.com/ros2/ros2_tracing/issues/93>`_)
Expand Down
2 changes: 1 addition & 1 deletion tracetools_test/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>tracetools_test</name>
<version>8.0.0</version>
<version>8.1.0</version>
<description>Utilities for tracing-related tests.</description>
<maintainer email="[email protected]">Christophe Bedard</maintainer>
<maintainer email="[email protected]">Ingo Luetkebohle</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion tracetools_test/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='8.0.0',
version='8.1.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions tracetools_trace/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package tracetools_trace
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
8.1.0 (2024-03-27)
------------------
* Improve tracing configuration error reporting (`#85 <https://github.com/ros2/ros2_tracing/issues/85>`_)
* Add a space in between not and parentheses. (`#88 <https://github.com/ros2/ros2_tracing/issues/88>`_)
* Contributors: Chris Lalancette, Christophe Bedard
Expand Down
2 changes: 1 addition & 1 deletion tracetools_trace/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>tracetools_trace</name>
<version>8.0.0</version>
<version>8.1.0</version>
<description>Tools for setting up tracing sessions.</description>
<maintainer email="[email protected]">Christophe Bedard</maintainer>
<maintainer email="[email protected]">Ingo Luetkebohle</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion tracetools_trace/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='8.0.0',
version='8.1.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down

0 comments on commit db0c215

Please sign in to comment.