Skip to content

Commit 54cbf22

Browse files
committed
3.0.0
1 parent bad7a9d commit 54cbf22

File tree

12 files changed

+18
-18
lines changed

12 files changed

+18
-18
lines changed

joy/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
3.0.0 (2021-03-12)
6+
------------------
77
* Fix SDL2 include path (`#196 <https://github.com/ros-drivers/joystick_drivers/issues/196>`_)
88
* Contributors: Scott K Logan
99

joy/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>joy</name>
5-
<version>2.4.1</version>
5+
<version>3.0.0</version>
66

77
<description>
88
The joy package contains joy_node, a node that interfaces a

joy_linux/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
3.0.0 (2021-03-12)
6+
------------------
77
* Update joy_linux_node.cpp (`#189 <https://github.com/ros-drivers/joystick_drivers/issues/189>`_)
88
* Reenable diagnostics (`#181 <https://github.com/ros-drivers/joystick_drivers/issues/181>`_)
99
* Contributors: Vitaliy Bondar, aaronaaronson98

joy_linux/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>joy_linux</name>
5-
<version>2.4.1</version>
5+
<version>3.0.0</version>
66

77
<description>
88
ROS2 driver for a generic Linux joystick.

sdl2_vendor/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
3.0.0 (2021-03-12)
6+
------------------
77
* Use INTERFACE_LINK_OPTIONS in sdl2_vendor (`#195 <https://github.com/ros-drivers/joystick_drivers/issues/195>`_)
88
* Contributors: Scott K Logan
99

sdl2_vendor/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>sdl2_vendor</name>
5-
<version>2.4.1</version>
5+
<version>3.0.0</version>
66
<description>Vendor library for SDL2.</description>
77
<maintainer email="[email protected]">Chris Lalancette</maintainer>
88
<license>Apache License 2.0</license>

spacenav/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
3.0.0 (2021-03-12)
6+
------------------
77
* spacenav node changed for ros2 (`#194 <https://github.com/ros-drivers/joystick_drivers/issues/194>`_)
88
* Contributors: Nils Schulte
99

spacenav/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>spacenav</name>
3-
<version>2.4.1</version>
3+
<version>3.0.0</version>
44
<license>BSD</license>
55
<description>
66
ROS interface to the 3Dconnexion SpaceNavigator 6DOF joystick.

wiimote/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
3.0.0 (2021-03-12)
6+
------------------
77
* Fix a warning while building wiimote_controller.cpp (`#201 <https://github.com/ros-drivers/joystick_drivers/issues/201>`_)
88
* fix compile error caused by missing include (`#197 <https://github.com/ros-drivers/joystick_drivers/issues/197>`_)
99
* Port over Wiimote to ROS2 Foxy (`#175 <https://github.com/ros-drivers/joystick_drivers/issues/175>`_)

wiimote/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>wiimote</name>
7-
<version>2.4.1</version>
7+
<version>3.0.0</version>
88
<description>
99
The wiimote package allows ROS nodes to communicate with a Nintendo Wiimote
1010
and its related peripherals, including the Nunchuk, Motion Plus, and

0 commit comments

Comments
 (0)