adrianmo / go-nmea

A NMEA parser library in pure Go
MIT License
226 stars 77 forks source link

latest version (v1.5.0) does not include the new supported sentences #91

Closed ahmedMHasan closed 2 years ago

ahmedMHasan commented 2 years ago

Even though I am using the latest version (v1.5.0) but I cant use the new added supported sentences such as alarm sentences.

icholy commented 2 years ago

@adrianmo will need to make a release with the new changes. It's around the holidays, so it's likely that he's taking some time off. You can do go get github.com/adrianmo/go-nmea@master in the meantime.

adrianmo commented 2 years ago

@ahmedMHasan - v1.6.0 is out now and adds support for all sentences in the README file.