Releases: AeroRust/nmea
Releases · AeroRust/nmea
v0.7.0 (12 Oct 2024)
What's Changed
- ci: trying to fix codecoverage by @Dushistov in #109
- chore: bump MSRV by @elpiel in #112
- Adding WNC sentence type by @jarrod817 in #110
- docs(readme): Update readme MSRV and add comment for rust-version key by @elpiel in #117
- Feat/defmt by @elpiel in #114
- chore: Cargo - upgrade dependencies by @elpiel in #118
- Feat: APA sentence by @elpiel in #123
- Update APA PR according to feedback by @ANG13T in #120
- fix(APA): add defmt-03 feature derives by @elpiel in #125
- Feat: GST sentence by @elpiel in #124
- Add GST sentence parser by @zhrbrk in #121
- chore(benches-harness): Cargo - publish = false by @elpiel in #126
- docs: add APA & GST to README & add APA to lib.rs by @elpiel in #127
- fix clippy warnings by @Tapped in #129
- Add TTM sentence parse support by @Tapped in #128
- Chore/bump msrv and deps by @elpiel in #133
- Increase test coverage for src/sentences/utils.rs by @trkohler in #130
- fix: clippy warnings by @elpiel in #134
- Prepare implementation for DPT (Depth of Water) messages by @trkohler in #132
New Contributors
- @jarrod817 made their first contribution in #110
- @ANG13T made their first contribution in #120
- @zhrbrk made their first contribution in #121
- @Tapped made their first contribution in #129
- @trkohler made their first contribution in #130
Full Changelog: v0.6.0...v0.7.0
v0.6.0 (27 Aug 2023)
What's Changed
- fix(docs): gsv - link to gpsd by @elpiel in #98
- fix(breaking change): GSV sats_in_view without
_
prefix by @elpiel in #99 - Fix: codecov upload action by @elpiel in #104
- Add serde support by @0xf4lc0n in #102
- Implement no_std serialization for NaiveTime by @0xf4lc0n in #106
- Chore: Bump msrv to 1.64 by @elpiel in #107
New Contributors
Full Changelog: v0.5.0...v0.6.0
(Yanked) v0.5.1 (27 Aug 2023)
What's Changed
- fix(docs): gsv - link to gpsd by @elpiel in #98
- fix(breaking change): GSV sats_in_view without
_
prefix by @elpiel in #99 - Fix: codecov upload action by @elpiel in #104
- Add serde support by @0xf4lc0n in #102
- Implement no_std serialization for NaiveTime by @0xf4lc0n in #106
- Chore: Bump msrv to 1.64 by @elpiel in #107
New Contributors
Full Changelog: v0.5.0...v0.5.1
v0.5.0 (4 Jun 2023)
What's Changed
- Add HDT sentence parser by @ekuinox in #82
- Add ZDA sentence parser by @ekuinox in #83
- Add DBK sentence by @JasminFragnaud in #85
- Add VHW sentence parser by @ekuinox in #84
- Added parsing BWW messages by @taavit in #86
- Added parsing ZFO and ZTG messages by @taavit in #87
- (breaking change) Exporting some enums by @ekuinox in #89
- Unified handling text parameters by @taavit in #93
- fix: no_std floating point operation and bump version by @elpiel in #95
- Enable sentences with features by @elpiel in #94
- Prepare v0.5 release by @elpiel in #97
New Contributors
Full Changelog: v0.4.0...v0.5.0
(Yanked) v0.4.1 (4 June 2023)
What's Changed
- Add HDT sentence parser by @ekuinox in #82
- Add ZDA sentence parser by @ekuinox in #83
- Add DBK sentence by @JasminFragnaud in #85
- Add VHW sentence parser by @ekuinox in #84
- Added parsing BWW messages by @taavit in #86
- Added parsing ZFO and ZTG messages by @taavit in #87
- Exporting some enums by @ekuinox in #89
- Unified handling text parameters by @taavit in #93
- fix: no_std floating point operation and bump version by @elpiel in #95
New Contributors
Full Changelog: v0.4.0...v0.4.1
v0.4.0 (12 Feb 2023)
What's Changed
- address missed comments in no_std PR by @Dushistov in #49
- Refactor parsers by @elpiel in #51
- fixed up the expected data for test_parse_all_logs based on new mappings by @gybrish in #56
- Update/Fix
RMC
docs by @Turbo87 in #57 - Implement
PGRMZ
support by @Turbo87 in #59 - Add tests to BOD and fix parsing by @clemarescx in #61
- Add AAM sentence parser by @bahelms in #62
- Parse remaining fields for RMC sentence by @clemarescx in #66
- Use criterion for benchmarks and update bod parsing by @clemarescx in #68
- Adds MWV and MDA parsers by @ALTinners in #63
- Fix chrono deprecation #69 by @JasminFragnaud in #73
- Add ALM sentence by @clemarescx in #71
- adds rmz sentence to test case by @gflow33 in #72
- Update documentation by @gflow33 in #76
- Add MTW sentence parser by @JasminFragnaud in #77
- Prepare release 0.4 by @elpiel in #78
- Ci improvements by @elpiel in #81
New Contributors
- @gybrish made their first contribution in #56
- @Turbo87 made their first contribution in #57
- @clemarescx made their first contribution in #61
- @bahelms made their first contribution in #62
- @ALTinners made their first contribution in #63
- @JasminFragnaud made their first contribution in #73
- @gflow33 made their first contribution in #72
Full Changelog: v0.3.1...v0.4.0