Skip to content

Commit 1e4972f

Browse files
committed
v2.4.0
1 parent 815d392 commit 1e4972f

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

mqtt_client/CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Changelog for package mqtt_client
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.4.0 (2025-06-18)
6+
------------------
7+
* Merge pull request `#83 <https://github.com/ika-rwth-aachen/mqtt_client/issues/83>`_ from ika-rwth-aachen/codex/deprecate-ros-1-and-prepare-ros-2-for-kilted-release
8+
Drop ROS 1 support; add ROS 2 Kilted
9+
* Merge branch 'main' into codex/deprecate-ros-1-and-prepare-ros-2-for-kilted-release
10+
* Merge pull request `#84 <https://github.com/ika-rwth-aachen/mqtt_client/issues/84>`_ from ika-rwth-aachen/codex/finde-codeprobleme-und-verbesserungsvorschläge
11+
Fix typos and Int64 handling, add test
12+
* Merge pull request `#46 <https://github.com/ika-rwth-aachen/mqtt_client/issues/46>`_ from prbelarmino/main
13+
Update CMakeLists file to run on a raspbian buster system
14+
* Contributors: Lennart Reiher
15+
516
2.3.0 (2024-05-30)
617
------------------
718
* Merge pull request `#61 <https://github.com/ika-rwth-aachen/mqtt_client/issues/61>`_ from Chance-Maritime-Technologies/dev-explicitTypes

mqtt_client/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package format="3">
33

44
<name>mqtt_client</name>
5-
<version>2.3.0</version>
5+
<version>2.4.0</version>
66
<description>Node that enables connected ROS-based devices or robots to exchange ROS messages via an MQTT broker using the MQTT protocol.</description>
77

88
<maintainer email="lennart.reiher@rwth-aachen.de">Lennart Reiher</maintainer>

mqtt_client_interfaces/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package mqtt_client_interfaces
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.4.0 (2025-06-18)
6+
------------------
7+
* Merge pull request `#83 <https://github.com/ika-rwth-aachen/mqtt_client/issues/83>`_ from ika-rwth-aachen/codex/deprecate-ros-1-and-prepare-ros-2-for-kilted-release
8+
Drop ROS 1 support; add ROS 2 Kilted
9+
* Contributors: Lennart Reiher
10+
511
2.3.0 (2024-05-30)
612
------------------
713

mqtt_client_interfaces/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package format="3">
33

44
<name>mqtt_client_interfaces</name>
5-
<version>2.3.0</version>
5+
<version>2.4.0</version>
66
<description>Message and service definitions for mqtt_client</description>
77

88
<maintainer email="lennart.reiher@rwth-aachen.de">Lennart Reiher</maintainer>

0 commit comments

Comments
 (0)