Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ct2034 committed Mar 22, 2024
1 parent 07ed478 commit c1b908c
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions diagnostic_aggregator/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package diagnostic_aggregator
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.2.0 (2024-03-22)
------------------
* Avoid rolling up an ERROR state when empty GenericAnalyzer blocks are marked discard_stale, or when all of their items are STALE. (`#315 <https://github.com/ros/diagnostics/issues/315>`_)
* formatting fixes from PR324 (`#327 <https://github.com/ros/diagnostics/issues/327>`_)
* Debugging instability introduced by `#317 <https://github.com/ros/diagnostics/issues/317>`_ (`#323 <https://github.com/ros/diagnostics/issues/323>`_)
Expand Down
2 changes: 1 addition & 1 deletion diagnostic_aggregator/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>diagnostic_aggregator</name>
<version>3.1.2</version>
<version>3.2.0</version>
<description>diagnostic_aggregator</description>
<maintainer email="[email protected]">Austin Hendrix</maintainer>
<maintainer email="[email protected]">Brice Rebsamen</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions diagnostic_common_diagnostics/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package diagnostic_common_diagnostics
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.2.0 (2024-03-22)
------------------
* Port cpu_monitor to ROS2 (`#326 <https://github.com/ros/diagnostics/issues/326>`_)
* Debugging instability introduced by `#317 <https://github.com/ros/diagnostics/issues/317>`_ (`#323 <https://github.com/ros/diagnostics/issues/323>`_)
* not testing on foxy any more (`#310 <https://github.com/ros/diagnostics/issues/310>`_)
Expand Down
2 changes: 1 addition & 1 deletion diagnostic_common_diagnostics/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>diagnostic_common_diagnostics</name>
<version>3.1.2</version>
<version>3.2.0</version>
<description>diagnostic_common_diagnostics</description>
<maintainer email="[email protected]">Austin Hendrix</maintainer>
<maintainer email="[email protected]">Brice Rebsamen</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions diagnostic_updater/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package diagnostic_updater
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.2.0 (2024-03-22)
------------------
* including depdency (`#322 <https://github.com/ros/diagnostics/issues/322>`_)
* Debugging instability introduced by `#317 <https://github.com/ros/diagnostics/issues/317>`_ (`#323 <https://github.com/ros/diagnostics/issues/323>`_)
* feat: add param to use fqn in updater (`#320 <https://github.com/ros/diagnostics/issues/320>`_)
Expand Down
2 changes: 1 addition & 1 deletion diagnostic_updater/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>diagnostic_updater</name>
<version>3.1.2</version>
<version>3.2.0</version>
<description>diagnostic_updater contains tools for easily updating diagnostics. it is commonly used in device drivers to keep track of the status of output topics, device status, etc.</description>
<maintainer email="[email protected]">Austin Hendrix</maintainer>
<maintainer email="[email protected]">Brice Rebsamen</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions diagnostics/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package diagnostics
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.2.0 (2024-03-22)
------------------

3.1.2 (2023-03-24)
------------------
Expand Down
2 changes: 1 addition & 1 deletion diagnostics/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>diagnostics</name>
<version>3.1.2</version>
<version>3.2.0</version>
<description>diagnostics</description>
<maintainer email="[email protected]">Austin Hendrix</maintainer>
<maintainer email="[email protected]">Brice Rebsamen</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions self_test/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package self_test
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.2.0 (2024-03-22)
------------------
* Self test publishes the service under the node name, again (`#269 <https://github.com/ros/diagnostics/issues/269>`_)
* Contributors: Christian Henkel

Expand Down
2 changes: 1 addition & 1 deletion self_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>self_test</name>
<version>3.1.2</version>
<version>3.2.0</version>
<description>self_test</description>
<maintainer email="[email protected]">Austin Hendrix</maintainer>
<maintainer email="[email protected]">Brice Rebsamen</maintainer>
Expand Down

0 comments on commit c1b908c

Please sign in to comment.