Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evenator committed Sep 1, 2023
1 parent 2b1e465 commit 861323c
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.1 (2023-08-31)
------------------
* Fix parsing of true_course field in VTG message (`#165 <https://github.com/evenator/nmea_navsat_driver/issues/165>`_)
Co-authored-by: Stefan Gisler <[email protected]>
* Fix missing return in driver.add_sentence to avoid returning None.
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>2.0.0</version>
<version>2.0.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
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='2.0.0',
version='2.0.1',
packages=["libnmea_navsat_driver", "libnmea_navsat_driver.nodes"],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down

0 comments on commit 861323c

Please sign in to comment.