Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evenator committed Jun 25, 2022
1 parent 0897daa commit a465b24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package nmea_navsat_driver
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
2.0.0 (2022-06-25)
------------------

* Replace dependency on transforms3d pip package to tf_transformations. (`#147 <https://github.com/evenator/nmea_navsat_driver/issues/147>`_)
* Added log for successful connection. (`#149 <https://github.com/evenator/nmea_navsat_driver/issues/149>`_)
Expand Down
2 changes: 1 addition & 1 deletion 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>nmea_navsat_driver</name>
<version>0.5.0</version>
<version>2.0.0</version>
<description>
Package to parse NMEA strings and publish a very simple GPS message. Does not
require or use the GPSD deamon.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name=PACKAGE_NAME,
version='0.5.1',
version='2.0.0',
packages=["libnmea_navsat_driver", "libnmea_navsat_driver.nodes"],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down

0 comments on commit a465b24

Please sign in to comment.