Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evenator committed Jan 17, 2021
1 parent 2ac72c4 commit 371f3c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Change log for nmea_navsat_driver package
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.1 (2021-01-16)
------------------
* Decode lines from the UDP server before passing them to the driver (`#122 <https://github.com/evenator/nmea_navsat_driver/issues/122>`_)
* Fix `#115 <https://github.com/evenator/nmea_navsat_driver/issues/115>`_ Decoding errors. (`#116 <https://github.com/evenator/nmea_navsat_driver/issues/116>`_)
* Fix UTC time parsing `#105 <https://github.com/evenator/nmea_navsat_driver/issues/105>`_ (`#106 <https://github.com/evenator/nmea_navsat_driver/issues/106>`_)
* Fix lint in doc config python (`#117 <https://github.com/evenator/nmea_navsat_driver/issues/117>`_)
* Contributors: Ed Venator

0.6.0 (2020-09-26)
------------------
* Update to Python3 for ROS Noetic (`#113 <https://github.com/ros-drivers/nmea_navsat_driver/issues/113>`_)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>nmea_navsat_driver</name>
<version>0.6.0</version>
<version>0.6.1</version>
<description>
Package to parse NMEA strings and publish a very simple GPS message. Does not
require or use the GPSD deamon.
Expand Down

0 comments on commit 371f3c9

Please sign in to comment.