Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Oct 31, 2023
1 parent b652365 commit 038a127
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions joy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package joy
^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.3.0 (2023-10-31)
------------------
* Fix compatibility with SDL versions below 2.0.18 (`#273 <https://github.com/ros-drivers/joystick_drivers/issues/273>`_)
* Contributors: Johannes Meyer

Expand Down
2 changes: 1 addition & 1 deletion joy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>joy</name>
<version>3.2.0</version>
<version>3.3.0</version>

<description> The joy package contains joy_node, a node that interfaces a generic joystick to ROS
2. This node publishes a "Joy" message, which contains the current state of each one of the
Expand Down
4 changes: 2 additions & 2 deletions joy_linux/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package joy
^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.3.0 (2023-10-31)
------------------

3.2.0 (2023-10-10)
------------------
Expand Down
2 changes: 1 addition & 1 deletion joy_linux/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>joy_linux</name>
<version>3.2.0</version>
<version>3.3.0</version>

<description>
ROS2 driver for a generic Linux joystick.
Expand Down
4 changes: 2 additions & 2 deletions sdl2_vendor/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package sdl2_vendor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.3.0 (2023-10-31)
------------------
* Upgrade to SDL2.0.20 (`#270 <https://github.com/ros-drivers/joystick_drivers/issues/270>`_)
* Contributors: Patrick Roncagliolo

Expand Down
2 changes: 1 addition & 1 deletion sdl2_vendor/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>sdl2_vendor</name>
<version>3.2.0</version>
<version>3.3.0</version>
<description>Vendor library for SDL2.</description>
<maintainer email="[email protected]">Chris Lalancette</maintainer>
<license>Apache License 2.0</license>
Expand Down
4 changes: 2 additions & 2 deletions spacenav/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package spacenav
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.3.0 (2023-10-31)
------------------

3.2.0 (2023-10-10)
------------------
Expand Down
2 changes: 1 addition & 1 deletion spacenav/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>spacenav</name>
<version>3.2.0</version>
<version>3.3.0</version>
<license>BSD</license>
<description>
ROS interface to the 3Dconnexion SpaceNavigator 6DOF joystick.
Expand Down
4 changes: 2 additions & 2 deletions wiimote/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package wiimote
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.3.0 (2023-10-31)
------------------

3.2.0 (2023-10-10)
------------------
Expand Down
2 changes: 1 addition & 1 deletion wiimote/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>wiimote</name>
<version>3.2.0</version>
<version>3.3.0</version>
<description>
The wiimote package allows ROS nodes to communicate with a Nintendo Wiimote
and its related peripherals, including the Nunchuk, Motion Plus, and
Expand Down
4 changes: 2 additions & 2 deletions wiimote_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package wiimote_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.3.0 (2023-10-31)
------------------

3.2.0 (2023-10-10)
------------------
Expand Down
2 changes: 1 addition & 1 deletion wiimote_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>wiimote_msgs</name>
<version>3.2.0</version>
<version>3.3.0</version>
<description>
Messages used by wiimote package.
</description>
Expand Down

0 comments on commit 038a127

Please sign in to comment.