Skip to content

Commit b6187dd

Browse files
committed
2.3.0
1 parent 31d2cd4 commit b6187dd

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

ublox/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package ublox
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.3.0 (2022-04-13)
6+
------------------
77

88
2.0.0 (2020-10-13)
99
------------------

ublox/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>ublox</name>
4-
<version>2.0.0</version>
4+
<version>2.3.0</version>
55
<description>Provides a ublox_gps node for u-blox GPS receivers, messages, and serialization packages for the binary UBX protocol.</description>
66
<author>Johannes Meyer</author>
77
<maintainer email="[email protected]">Veronica Lane</maintainer>

ublox_gps/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package ublox_gps
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.3.0 (2022-04-13)
6+
------------------
77
* Revamp the building of the driver for modern ROS 2 practices.
88
* Fix parameter declaration types. (`#146 <https://github.com/KumarRobotics/ublox/issues/146>`_)
99
* Add the types to declared parameters. (`#141 <https://github.com/KumarRobotics/ublox/issues/141>`_)

ublox_gps/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format='2'>
33
<name>ublox_gps</name>
4-
<version>2.0.0</version>
4+
<version>2.3.0</version>
55
<description>
66
Driver for u-blox GPS devices.
77
</description>

ublox_msgs/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package ublox_msgs
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.3.0 (2022-04-13)
6+
------------------
77
* Revamp the building of the driver for modern ROS 2 practices.
88
* Contributors: Chao Qu, Chris Lalancette
99

ublox_msgs/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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ublox_msgs</name>
5-
<version>2.0.0</version>
5+
<version>2.3.0</version>
66
<description>
77

88
ublox_msgs contains raw messages for u-blox GNSS devices.

ublox_serialization/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package ublox_serialization
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
2.3.0 (2022-04-13)
6+
------------------
77
* Revamp the building of the driver for modern ROS 2 practices.
88
* Contributors: Chao Qu, Chris Lalancette
99

ublox_serialization/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>ublox_serialization</name>
4-
<version>2.0.0</version>
4+
<version>2.3.0</version>
55
<description>
66

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

0 commit comments

Comments
 (0)