Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Jun 10, 2023
1 parent eae435d commit 4894df4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions mqtt_client/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package mqtt_client
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.1 (2023-06-10)
------------------
* fix unrecognized build type with catkin_make_isolated
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
* Contributors: Lennart Reiher

2.0.0 (2023-06-10)
------------------
* Merge pull request #23 from ika-rwth-aachen/docker-ros
Expand Down
2 changes: 1 addition & 1 deletion mqtt_client/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package format="3">

<name>mqtt_client</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>Node that enables connected ROS-based devices or robots to exchange ROS messages via an MQTT broker using the MQTT protocol.</description>

<maintainer email="[email protected]">Lennart Reiher</maintainer>
Expand Down
6 changes: 6 additions & 0 deletions mqtt_client_interfaces/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package mqtt_client_interfaces
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.0.1 (2023-06-10)
------------------
* fix unrecognized build type with catkin_make_isolated
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
* Contributors: Lennart Reiher

2.0.0 (2023-06-10)
------------------
* Merge pull request #23 from ika-rwth-aachen/docker-ros
Expand Down
2 changes: 1 addition & 1 deletion mqtt_client_interfaces/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package format="3">

<name>mqtt_client_interfaces</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>Message and service definitions for mqtt_client</description>

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

0 comments on commit 4894df4

Please sign in to comment.