Skip to content

Commit

Permalink
Rolling release 1.4.0 (#113)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Orlov <michael.orlov@apex.ai>

1.4.0
  • Loading branch information
MichaelOrlov authored Sep 4, 2024
1 parent ba45cd2 commit 34db536
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions topic_tools/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package topic_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.4.0 (2024-09-03)
------------------
* Fix unsubscribing when switching to none topic (`#111 <https://github.com/ros-tooling/topic_tools/issues/111>`_)
* Add demux (`#106 <https://github.com/ros-tooling/topic_tools/issues/106>`_)
* Contributors: Adam Morrissett, Rufus Wong

1.3.0 (2023-11-27)
------------------
* Apply race condition fix to mux (`#78 <https://github.com/ros-tooling/topic_tools/issues/78>`_)
Expand Down
2 changes: 1 addition & 1 deletion topic_tools/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>topic_tools</name>
<version>1.3.0</version>
<version>1.4.0</version>
<description>
Tools for directing, throttling, selecting, and otherwise messing with
ROS 2 topics at a meta level.
Expand Down
5 changes: 5 additions & 0 deletions topic_tools_interfaces/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package topic_tools_interfaces
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.4.0 (2024-09-03)
------------------
* Add demux (`#106 <https://github.com/ros-tooling/topic_tools/issues/106>`_)
* Contributors: Rufus Wong

1.3.0 (2023-11-27)
------------------

Expand Down
2 changes: 1 addition & 1 deletion topic_tools_interfaces/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>topic_tools_interfaces</name>
<version>1.3.0</version>
<version>1.4.0</version>
<description>topic_tools_interfaces contains messages and services for topic_tools</description>
<maintainer email="me@emersonknapp.com">Emerson Knapp</maintainer>
<maintainer email="ros-tooling@googlegroups.com">ROS Tooling Working Group</maintainer>
Expand Down

0 comments on commit 34db536

Please sign in to comment.