Skip to content

Commit 4016873

Browse files
committed
v2.3.0
1 parent f537530 commit 4016873

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

mqtt_client/CHANGELOG.rst

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

5+
2.3.0 (2024-05-30)
6+
------------------
7+
* Merge pull request `#61 <https://github.com/ika-rwth-aachen/mqtt_client/issues/61>`_ from Chance-Maritime-Technologies/dev-explicitTypes
8+
Added the ability to explicitly set type names and some QoS settings
9+
* Merge remote-tracking branch 'upstream/main' into dev-explicitTypes
10+
* Merge pull request `#63 <https://github.com/ika-rwth-aachen/mqtt_client/issues/63>`_ from tecnalia-medical-robotics/system-fmt
11+
Use system version of libfmt instead of rosfmt vendored one on ROS 1
12+
* Merge pull request `#60 <https://github.com/ika-rwth-aachen/mqtt_client/issues/60>`_ from ika-rwth-aachen/feature/nodename_in_params_file
13+
Modify ROS2 node name in params files
14+
* Merge pull request `#58 <https://github.com/ika-rwth-aachen/mqtt_client/issues/58>`_ from ika-rwth-aachen/feature/configure_node_name
15+
Make ROS/ROS2 node name configurable via launch file
16+
* Contributors: JayHerpin, Lennart Reiher
17+
518
2.2.1 (2024-03-19)
619
------------------
720
* Merge pull request #50 from babakc/main

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.2.1</version>
5+
<version>2.3.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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog for package mqtt_client_interfaces
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.3.0 (2024-05-30)
6+
------------------
7+
58
2.2.1 (2024-03-19)
69
------------------
710

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.2.1</version>
5+
<version>2.3.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)