Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leandropineda committed Oct 17, 2022
1 parent a33cedc commit c4d24d8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions massrobotics_amr_sender_py/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package massrobotics_amr_sender
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.1.0 (2022-10-17)
------------------
* Updated schema to match the latest version of the AMR interop standard (May 2022) (`#24 <https://github.com/inorbit-ai/ros_amr_interop/issues/24>`_)

* Renamed planarDatum to planarDatumUUID
Expand Down
2 changes: 1 addition & 1 deletion massrobotics_amr_sender_py/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>massrobotics_amr_sender</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>MassRobotics AMR Interop Sender</description>
<maintainer email="[email protected]">InOrbit</maintainer>
<license>3-Clause BSD License</license>
Expand Down
2 changes: 1 addition & 1 deletion massrobotics_amr_sender_py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
packages=find_packages(),
package_data={"": ["schema.json"]},
include_package_data=True,
version="1.0.0",
version="1.1.0",
data_files=[
("share/ament_index/resource_index/packages", ["resource/" + package_name]),
(share_dir, ["package.xml"]),
Expand Down
4 changes: 2 additions & 2 deletions vda5050_connector/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Changelog for package vda5050_connector
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.1.0 (2022-10-17)
------------------
* Added VDA5050 connector package (`#28 <https://github.com/inorbit-ai/ros_amr_interop/issues/28>`_)
2 changes: 1 addition & 1 deletion vda5050_connector/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>vda5050_connector</name>
<version>1.0.0</version>
<version>1.1.0</version>
<description>ROS2 to VDA5050 / VDA5050 to ROS2 connector</description>
<maintainer email="[email protected]">Leandro Pineda</maintainer>
<author email="[email protected]">John Alejandro Duarte Carrasco</author>
Expand Down

0 comments on commit c4d24d8

Please sign in to comment.