Skip to content

Commit 038a127

Browse files
committed
3.3.0
1 parent b652365 commit 038a127

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.3.0 (2023-10-31)
6+
------------------
77
* Fix compatibility with SDL versions below 2.0.18 (`#273 <https://github.com/ros-drivers/joystick_drivers/issues/273>`_)
88
* Contributors: Johannes Meyer
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>3.2.0</version>
5+
<version>3.3.0</version>
66

77
<description> The joy package contains joy_node, a node that interfaces a generic joystick to ROS
88
2. This node publishes a "Joy" message, which contains the current state of each one of the

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.3.0 (2023-10-31)
6+
------------------
77

88
3.2.0 (2023-10-10)
99
------------------

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>3.2.0</version>
5+
<version>3.3.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.3.0 (2023-10-31)
6+
------------------
77
* Upgrade to SDL2.0.20 (`#270 <https://github.com/ros-drivers/joystick_drivers/issues/270>`_)
88
* Contributors: Patrick Roncagliolo
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>3.2.0</version>
5+
<version>3.3.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.3.0 (2023-10-31)
6+
------------------
77

88
3.2.0 (2023-10-10)
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>3.2.0</version>
3+
<version>3.3.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.3.0 (2023-10-31)
6+
------------------
77

88
3.2.0 (2023-10-10)
99
------------------

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>3.2.0</version>
7+
<version>3.3.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)