You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mqtt_client/CHANGELOG.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
Changelog for package mqtt_client
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
11
2.0.0 (2023-06-10)
6
12
------------------
7
13
* Merge pull request #23 from ika-rwth-aachen/docker-ros
Copy file name to clipboardExpand all lines: mqtt_client/package.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<packageformat="3">
3
3
4
4
<name>mqtt_client</name>
5
-
<version>2.0.0</version>
5
+
<version>2.0.1</version>
6
6
<description>Node that enables connected ROS-based devices or robots to exchange ROS messages via an MQTT broker using the MQTT protocol.</description>
Copy file name to clipboardExpand all lines: mqtt_client_interfaces/CHANGELOG.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
Changelog for package mqtt_client_interfaces
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
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
+
5
11
2.0.0 (2023-06-10)
6
12
------------------
7
13
* Merge pull request #23 from ika-rwth-aachen/docker-ros
0 commit comments