Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar committed Nov 1, 2023
1 parent 4b15c5c commit b5038a0
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions joy_teleop/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package joy_teleop
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.5.0 (2023-11-01)
------------------
* Fix deprecated topics on JTC (`#86 <https://github.com/ros-teleop/teleop_tools/issues/86>`_)
* Fix multi-button commands (`#84 <https://github.com/ros-teleop/teleop_tools/issues/84>`_)
* replace deprecated dash by underscore (`#85 <https://github.com/ros-teleop/teleop_tools/issues/85>`_)
Expand Down
2 changes: 1 addition & 1 deletion joy_teleop/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>joy_teleop</name>
<version>1.4.0</version>
<version>1.5.0</version>
<description>A (to be) generic joystick interface to control a robot</description>

<maintainer email="[email protected]">Bence Magyar</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion joy_teleop/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name=package_name,
version='1.4.0',
version='1.5.0',
packages=find_packages(exclude=['test']),
data_files=[
(share_path, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions key_teleop/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package key_teleop
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.5.0 (2023-11-01)
------------------
* replace deprecated dash by underscore (`#85 <https://github.com/ros-teleop/teleop_tools/issues/85>`_)
* Contributors: Noel Jiménez García

Expand Down
2 changes: 1 addition & 1 deletion key_teleop/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>key_teleop</name>
<version>1.4.0</version>
<version>1.5.0</version>
<description>A text-based interface to send a robot movement commands.</description>

<maintainer email="[email protected]">Bence Magyar</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion key_teleop/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name=package_name,
version='1.4.0',
version='1.5.0',
packages=find_packages(exclude=['test']),
data_files=[
(share_path, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions mouse_teleop/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package mouse_teleop
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.5.0 (2023-11-01)
------------------
* replace deprecated dash by underscore (`#85 <https://github.com/ros-teleop/teleop_tools/issues/85>`_)
* Contributors: Noel Jiménez García

Expand Down
2 changes: 1 addition & 1 deletion mouse_teleop/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>mouse_teleop</name>
<version>1.4.0</version>
<version>1.5.0</version>
<description>A mouse teleop tool for holonomic mobile robots.</description>

<maintainer email="[email protected]">Enrique Fernandez</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion mouse_teleop/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name=package_name,
version='1.4.0',
version='1.5.0',
packages=find_packages(exclude=['test']),
data_files=[
(share_path, ['package.xml']),
Expand Down
4 changes: 2 additions & 2 deletions teleop_tools/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package teleop_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.5.0 (2023-11-01)
------------------

1.4.0 (2023-03-28)
------------------
Expand Down
2 changes: 1 addition & 1 deletion teleop_tools/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>teleop_tools</name>
<version>1.4.0</version>
<version>1.5.0</version>
<description>A set of generic teleoperation tools for any robot.</description>
<maintainer email="[email protected]">Bence Magyar</maintainer>
<license>BSD</license>
Expand Down
4 changes: 2 additions & 2 deletions teleop_tools_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package teleop_tools_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.5.0 (2023-11-01)
------------------

1.4.0 (2023-03-28)
------------------
Expand Down
2 changes: 1 addition & 1 deletion teleop_tools_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>teleop_tools_msgs</name>
<version>1.4.0</version>
<version>1.5.0</version>
<description>The teleop_tools_msgs package</description>
<maintainer email="[email protected]">Bence Magyar</maintainer>
<license>BSD</license>
Expand Down

0 comments on commit b5038a0

Please sign in to comment.