Skip to content

Commit 4894df4

Browse files
committed
v2.0.1
1 parent eae435d commit 4894df4

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

mqtt_client/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
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.0.1 (2023-06-10)
6+
------------------
7+
* fix unrecognized build type with catkin_make_isolated
8+
order of statements is somehow revelant; catkin_make_isolated would not detect the build type; build farm jobs were failing; https://build.ros.org/job/Ndev__mqtt_client__ubuntu_focal_amd64/10/console
9+
* Contributors: Lennart Reiher
10+
511
2.0.0 (2023-06-10)
612
------------------
713
* Merge pull request #23 from ika-rwth-aachen/docker-ros

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.0.0</version>
5+
<version>2.0.1</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="[email protected]">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.0.1 (2023-06-10)
6+
------------------
7+
* fix unrecognized build type with catkin_make_isolated
8+
order of statements is somehow revelant; catkin_make_isolated would not detect the build type; build farm jobs were failing; https://build.ros.org/job/Ndev__mqtt_client__ubuntu_focal_amd64/10/console
9+
* Contributors: Lennart Reiher
10+
511
2.0.0 (2023-06-10)
612
------------------
713
* Merge pull request #23 from ika-rwth-aachen/docker-ros

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.0.0</version>
5+
<version>2.0.1</version>
66
<description>Message and service definitions for mqtt_client</description>
77

88
<maintainer email="[email protected]">Lennart Reiher</maintainer>

0 commit comments

Comments
 (0)