Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Apr 13, 2022
1 parent 0a7eaba commit 691dec4
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions ublox/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ublox
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.1.0 (2022-04-13)
------------------

2.0.0 (2020-10-13)
------------------
Expand Down
2 changes: 1 addition & 1 deletion ublox/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>ublox</name>
<version>2.0.0</version>
<version>2.1.0</version>
<description>Provides a ublox_gps node for u-blox GPS receivers, messages, and serialization packages for the binary UBX protocol.</description>
<author>Johannes Meyer</author>
<maintainer email="vmlane@alum.mit.edu">Veronica Lane</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions ublox_gps/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ublox_gps
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.1.0 (2022-04-13)
------------------
* Add UDP support (`#140 <https://github.com/KumarRobotics/ublox/issues/140>`_)
* add Ublox ZED_F9P config (`#131 <https://github.com/KumarRobotics/ublox/issues/131>`_)
* Fix warnings in launch.
Expand Down
2 changes: 1 addition & 1 deletion ublox_gps/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format='2'>
<name>ublox_gps</name>
<version>2.0.0</version>
<version>2.1.0</version>
<description>
Driver for u-blox GPS devices.
</description>
Expand Down
4 changes: 2 additions & 2 deletions ublox_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ublox_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.1.0 (2022-04-13)
------------------

2.0.0 (2020-10-13)
------------------
Expand Down
2 changes: 1 addition & 1 deletion ublox_msgs/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>ublox_msgs</name>
<version>2.0.0</version>
<version>2.1.0</version>
<description>

ublox_msgs contains raw messages for u-blox GNSS devices.
Expand Down
4 changes: 2 additions & 2 deletions ublox_serialization/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package ublox_serialization
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.1.0 (2022-04-13)
------------------

2.0.0 (2020-10-13)
------------------
Expand Down
2 changes: 1 addition & 1 deletion ublox_serialization/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>ublox_serialization</name>
<version>2.0.0</version>
<version>2.1.0</version>
<description>

ublox_serialization provides header files for serialization of ROS messages to and from u-blox message format.
Expand Down

0 comments on commit 691dec4

Please sign in to comment.