## v0.5.3 (2024-10-24) ### New Features - basic RMC support ### Commit Statistics - 1 commit contributed to the release. - 118 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details
view details * **Uncategorized** - Basic RMC support ([`88dac86`](https://github.com/spmadden/irox/commit/88dac868ff81d6f0f7466318f141a6959a829c59))
## v0.5.2 (2024-06-28) ### Chore - Clean up new lints ### New Features - add GNS message - add system id to GSV - add system id to GSA ### Commit Statistics - 5 commits contributed to the release. - 68 days passed between releases. - 4 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details
view details * **Uncategorized** - Release irox-nmea0183 v0.5.2 ([`ddd2d44`](https://github.com/spmadden/irox/commit/ddd2d44b3540b0ce4cfdc058f27b68f7f26a67f6)) - Add GNS message ([`323e0ff`](https://github.com/spmadden/irox/commit/323e0ff6c178d4c085f3cd94e7d9b17d9afd7860)) - Add system id to GSV ([`d45bea3`](https://github.com/spmadden/irox/commit/d45bea3b7a7605c6a1a2acce137a6f15c896b663)) - Add system id to GSA ([`343697d`](https://github.com/spmadden/irox/commit/343697d32084dc9fa722e0fbd3d5bc4d3393e612)) - Clean up new lints ([`1647c46`](https://github.com/spmadden/irox/commit/1647c4611435c3a4c0547b5c28301b776a7196d7))
## v0.5.1 (2024-04-21) ### Bug Fixes - convert to using bits error ### Commit Statistics - 2 commits contributed to the release. - 48 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details
view details * **Uncategorized** - Release irox-nmea0183 v0.5.1 ([`4d297d7`](https://github.com/spmadden/irox/commit/4d297d7df426804c9d6ef810b509490a30475bd7)) - Convert to using bits error ([`9af46db`](https://github.com/spmadden/irox/commit/9af46dbd390cd5b45d45b65ec46561c7c9a2238a))
## v0.5.0 (2024-03-03) ### Chore - fixup newline formatting ### Bug Fixes - fix import of tools::fmt ### Refactor (BREAKING) - update to use Bits rather than Read ### Commit Statistics - 5 commits contributed to the release. - 95 days passed between releases. - 3 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details
view details * **Uncategorized** - Release irox-nmea0183 v0.5.0 ([`d38d7b1`](https://github.com/spmadden/irox/commit/d38d7b1e412c704fdd08fbac9297fea5382b4364)) - Update to use Bits rather than Read ([`aa699e9`](https://github.com/spmadden/irox/commit/aa699e9008f7c8e19e0faecbf9dea05eeb6df345)) - Release irox-tools v0.5.0, safety bump 17 crates ([`a46e9e2`](https://github.com/spmadden/irox/commit/a46e9e2da699f6ccd3a85b660014f0e15e59c0d0)) - Fixup newline formatting ([`0fc37b1`](https://github.com/spmadden/irox/commit/0fc37b1a2d545e8d6479443f2a55b3ad64bf5a39)) - Fix import of tools::fmt ([`6fdcc09`](https://github.com/spmadden/irox/commit/6fdcc09292831e15053e44c5e01356b0375b1800))
## v0.4.0 (2023-11-29) ### Chore - pivot to using Cargo.toml workspace lints - fix new formatting rules in nmea0183 - remove unused dependencies ### New Features - new partial impl of ZDA - GSA is now Copy+Clone+Default - GGA is now Copy+Clone - new GGA builder and tests ### Commit Statistics - 9 commits contributed to the release. - 30 days passed between releases. - 7 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details
view details * **Uncategorized** - Release irox-nmea0183 v0.4.0 ([`b3733da`](https://github.com/spmadden/irox/commit/b3733da106c80d87977311064747317e32e16b01)) - Pivot to using Cargo.toml workspace lints ([`88ebfb5`](https://github.com/spmadden/irox/commit/88ebfb5deea5508ca54f4aaab62f6fd5a36f531c)) - New partial impl of ZDA ([`b1614a3`](https://github.com/spmadden/irox/commit/b1614a35161bc14d45a7b8fb03a121e6683cc872)) - GSA is now Copy+Clone+Default ([`e449164`](https://github.com/spmadden/irox/commit/e449164722df8fb8ef366cb41e2e23534ad24064)) - GGA is now Copy+Clone ([`874afec`](https://github.com/spmadden/irox/commit/874afec7b6aa560623e0f995aec7fd96e3940542)) - Fix new formatting rules in nmea0183 ([`38d709a`](https://github.com/spmadden/irox/commit/38d709a5df3fd8d11784427952480ca04e6ef965)) - New GGA builder and tests ([`0a258cd`](https://github.com/spmadden/irox/commit/0a258cd962bd75a5b858b4cadb01a1ea697ba04c)) - Remove unused dependencies ([`8dac280`](https://github.com/spmadden/irox/commit/8dac28062fabe59a155f04de03a0f2429a655f6a)) - Release irox-tools v0.3.2, irox-time v0.3.0, irox-log v0.1.0, safety bump 8 crates ([`9c08793`](https://github.com/spmadden/irox/commit/9c0879320a17a94fa7a4169426de4d9d3b62395e))
## v0.3.0 (2023-10-29) ### New Features (BREAKING) - pivot to using irox_time ### Bug Fixes (BREAKING) - Bits and MutBits no longer require Read & Write ### Commit Statistics - 4 commits contributed to the release. - 14 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details
view details * **Uncategorized** - Release irox-nmea0183 v0.3.0 ([`04e7ee6`](https://github.com/spmadden/irox/commit/04e7ee6238339648c3a3d5c1502c412f6321dfa9)) - Release irox-tools v0.3.0, safety bump 12 crates ([`eb83b27`](https://github.com/spmadden/irox/commit/eb83b27b20c23e51e5b0fc3b7b3704e2c03af46c)) - Bits and MutBits no longer require Read & Write ([`0abcf44`](https://github.com/spmadden/irox/commit/0abcf44f6018f432a8715ff4f7a0ec1986ea1463)) - Pivot to using irox_time ([`56d56f5`](https://github.com/spmadden/irox/commit/56d56f52703b29e4ba79b5e12e0b9332e1b0f400))
## v0.2.0 (2023-10-15) ### New Features - bump versions for release ### Commit Statistics - 3 commits contributed to the release. - 27 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details
view details * **Uncategorized** - Release irox-carto v0.3.0, irox-csv v0.3.0, irox-egui-extras v0.3.0, irox-gpx v0.2.0, irox-influxdb_v1 v0.3.0, irox-nmea0183 v0.2.0, irox-raymarine-sonar v0.2.0, irox-time v0.1.0, irox-winlocation-api v0.2.0, irox v0.3.0 ([`dfa6258`](https://github.com/spmadden/irox/commit/dfa6258b8f93f6d27b85d2f3f4e209599a8168ad)) - Release irox-units v0.3.0, irox-carto v0.3.0, irox-csv v0.3.0, irox-egui-extras v0.3.0, irox-gpx v0.2.0, irox-influxdb_v1 v0.3.0, irox-nmea0183 v0.2.0, irox-raymarine-sonar v0.2.0, irox-time v0.1.0, irox-winlocation-api v0.2.0, irox v0.3.0, safety bump 2 crates ([`a6c0a5f`](https://github.com/spmadden/irox/commit/a6c0a5fcfc4070b8cbc1442192b7eaef275e80f2)) - Bump versions for release ([`8dc3f98`](https://github.com/spmadden/irox/commit/8dc3f98d6b32d735c009468feb0ba32dc367d49a))
## v0.1.0 (2023-09-17) ### Chore - clean up code with additional lints - update cargo.tomls to add repository - setting up blank changelogs for the modules ### New Features - Full new initial impl of NMEA-0183 spec. - prohibit unsafe code - Initial docs ### Commit Statistics - 7 commits contributed to the release. - 6 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details
view details * **Uncategorized** - Release irox-enums_derive v0.2.0, irox-enums v0.2.0, irox-tools v0.2.0, irox-units v0.2.0, irox-carto v0.2.0, irox-csv v0.2.0, irox-egui-extras v0.2.0, irox-networking v0.2.0, irox-types v0.2.0, irox-influxdb_v1 v0.2.0, irox-structs_derive v0.2.0, irox-structs v0.2.0, irox-nmea0183 v0.1.0, irox-sirf v0.2.0, irox-stats v0.2.0, irox-winlocation-api v0.1.0, irox v0.2.0, safety bump 10 crates ([`6a72204`](https://github.com/spmadden/irox/commit/6a722046661ceef02a66c2067e2c5c15ce102e04)) - Clean up code with additional lints ([`f03d8a3`](https://github.com/spmadden/irox/commit/f03d8a3ec997d53470bfdeb5e76b71925aac3f10)) - Update cargo.tomls to add repository ([`80d2b88`](https://github.com/spmadden/irox/commit/80d2b88bdcb553faaeafc09673c31d7ebedafd19)) - Setting up blank changelogs for the modules ([`1a36533`](https://github.com/spmadden/irox/commit/1a365333397b02a5f911d0897c3bf0c80f6c2b80)) - Full new initial impl of NMEA-0183 spec. ([`77a3ae6`](https://github.com/spmadden/irox/commit/77a3ae6dc803c40bcd9bcc83ffb1778b365dfc1b)) - Prohibit unsafe code ([`c088de0`](https://github.com/spmadden/irox/commit/c088de020214e47f28391d0af5a64abe56ad185b)) - Initial docs ([`5099108`](https://github.com/spmadden/irox/commit/50991086a6c23e5e7aedfe54393b87ed03bae124))