Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaltovski committed May 21, 2024
1 parent 412fa41 commit 6b1195a
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.2 (2024-05-21)
------------------
* Changed tf_transformations to python3-transforms3d.
* Sentence field must be of type str (`#173 <https://github.com/ros-drivers/nmea_navsat_driver/issues/173>`_)
In nmea_topic_serial_reader, sentence field is a bytes object and should be a str object.
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.1</version>
<version>2.0.2</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.1',
version='2.0.2',
packages=["libnmea_navsat_driver", "libnmea_navsat_driver.nodes"],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down

0 comments on commit 6b1195a

Please sign in to comment.