Skip to content

Commit d9c11e4

Browse files
committed
v2.0.0
1 parent 084162a commit d9c11e4

File tree

4 files changed

+33
-2
lines changed

4 files changed

+33
-2
lines changed

mqtt_client/CHANGELOG.rst

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

5+
2.0.0 (2023-06-10)
6+
------------------
7+
* Merge pull request #23 from ika-rwth-aachen/docker-ros
8+
Integrate docker-ros
9+
* Merge pull request #16 from ika-rwth-aachen/dev/ros2
10+
Add support for ROS2
11+
* Contributors: Lennart Reiher
12+
513
1.1.0 (2022-10-13)
614
------------------
715
* Merge pull request #6 from ika-rwth-aachen/feature/primitive-msgs

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>1.1.0</version>
5+
<version>2.0.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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package mqtt_client_interfaces
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
2.0.0 (2023-06-10)
6+
------------------
7+
* Merge pull request #23 from ika-rwth-aachen/docker-ros
8+
Integrate docker-ros
9+
* Merge pull request #16 from ika-rwth-aachen/dev/ros2
10+
Add support for ROS2
11+
* Contributors: Lennart Reiher
12+
13+
1.1.0 (2022-10-13)
14+
------------------
15+
16+
1.0.2 (2022-10-07)
17+
------------------
18+
19+
1.0.1 (2022-08-11)
20+
------------------
21+
22+
1.0.0 (2022-06-02)
23+
------------------

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>1.1.0</version>
5+
<version>2.0.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)