## v0.4.1 (2024-05-18)
### Bug Fixes
- add dep on bits/std
- pull in irox_structs::alloc
- convert to using bits error
### Commit Statistics
- 3 commits contributed to the release over the course of 28 calendar days.
- 75 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**
- Add dep on bits/std ([`4ad1c3f`](https://github.com/spmadden/irox/commit/4ad1c3fefb261538487bcf0c9f08c40c5280cde4))
- Pull in irox_structs::alloc ([`9b798b2`](https://github.com/spmadden/irox/commit/9b798b2acf8fda000e4d2e15cca9515ae2a66f7e))
- Convert to using bits error ([`9d0f6eb`](https://github.com/spmadden/irox/commit/9d0f6eb1a44cbe7bbf29bab46ec4c31473cc821a))
## v0.4.0 (2024-03-03)
### Chore
- fixup newline formatting
### Refactor (BREAKING)
- update to use Bits rather than Read
### Commit Statistics
- 4 commits contributed to the release over the course of 50 calendar days.
- 95 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-sirf v0.4.0 ([`45a3fea`](https://github.com/spmadden/irox/commit/45a3fea600d96af34fbaac06bffb92c93001d31f))
- Update to use Bits rather than Read ([`7dccca7`](https://github.com/spmadden/irox/commit/7dccca7f878c10302fa2f6c71b08be6c564276dc))
- 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))
## v0.3.1 (2023-11-29)
### Chore
- pivot to using Cargo.toml workspace lints
### Commit Statistics
- 2 commits contributed to the release over the course of 3 calendar days.
- 30 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-sirf v0.3.1 ([`f429455`](https://github.com/spmadden/irox/commit/f4294554f6d6ee5ccc3a4419c8bfe6d04850fe36))
- Pivot to using Cargo.toml workspace lints ([`88ebfb5`](https://github.com/spmadden/irox/commit/88ebfb5deea5508ca54f4aaab62f6fd5a36f531c))
## v0.3.0 (2023-10-30)
### Bug Fixes (BREAKING)
- Bits and MutBits no longer require Read & Write
- rename 'utc_seconds' to 'utc_milliseconds' in GeoNavData to reflect the actual contents of the field
### Commit Statistics
- 4 commits contributed to the release over the course of 9 calendar days.
- 42 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-sirf v0.3.0 ([`3e12093`](https://github.com/spmadden/irox/commit/3e120930ef1d033ef69bdec09296ed177e10f82c))
- 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 ([`bba2c45`](https://github.com/spmadden/irox/commit/bba2c45c261c24124b9f4cd260d7177364e0794e))
- Rename 'utc_seconds' to 'utc_milliseconds' in GeoNavData to reflect the actual contents of the field ([`e981099`](https://github.com/spmadden/irox/commit/e981099e141ffbc884031fd40d4adcebc46faaec))
## v0.2.0 (2023-09-18)
### Chore
- clean up code with additional lints
- update cargo.tomls to add repository
- fix new formatting errors from rust 1.72 upgrade
- setting up blank changelogs for the modules
### New Features
- More full impl of the SIRf spec
- new x38 msg and clippy lints fixed
- derive 'struct' for parsing in SIRf
- prohibit unsafe code
- Initial
### Bug Fixes
- fmt
### Other
- cleaning up clippy warnings
- exclude docs folder from publish
- add license headers
- update metadata, prepare for release
### Commit Statistics
- 24 commits contributed to the release over the course of 44 calendar days.
- 14 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))
- Fix new formatting errors from rust 1.72 upgrade ([`b9a0ae0`](https://github.com/spmadden/irox/commit/b9a0ae0ccb51682bd9c36e9ab198f38634a62ade))
- Setting up blank changelogs for the modules ([`1a36533`](https://github.com/spmadden/irox/commit/1a365333397b02a5f911d0897c3bf0c80f6c2b80))
- More full impl of the SIRf spec ([`eb7f5fa`](https://github.com/spmadden/irox/commit/eb7f5fa4f547ba8b59d3551b50dcebed53aa3a36))
- New x38 msg and clippy lints fixed ([`fdaf61f`](https://github.com/spmadden/irox/commit/fdaf61f7de9e266c1d3aa25ca1c69a92b655f0ad))
- Derive 'struct' for parsing in SIRf ([`95869b9`](https://github.com/spmadden/irox/commit/95869b9bf0aa7619f97b3552d3de0658526ec32c))
- Cleaning up clippy warnings ([`5c17856`](https://github.com/spmadden/irox/commit/5c178560becc0b665d70be2d99a1cffad3ba4284))
- Add 0xFF asciidata ([`885b594`](https://github.com/spmadden/irox/commit/885b5942ed3ab019094581fd4f5f316ecc78c279))
- Add 0x09 CPU Throughput ([`7c27337`](https://github.com/spmadden/irox/commit/7c27337810927b8c331b2a1cb4e9c547343319f2))
- Add 0x33-6 Tracker Load Statu ([`bd904ca`](https://github.com/spmadden/irox/commit/bd904caff881504b4ffd9e19233a468dce0e3acc))
- Add 0x1C NavLibrary Measurement ([`ccc9637`](https://github.com/spmadden/irox/commit/ccc9637acad96be96c34abbd9d4ab475921fbfaa))
- Add 0x29 Geodetic Nav Data ([`e634e35`](https://github.com/spmadden/irox/commit/e634e3510cb91e8e60d7d14b21a3af1e2718a4f9))
- Add 0x32 SBAS Parameters ([`3aeb9b4`](https://github.com/spmadden/irox/commit/3aeb9b42090a1936358de8d19cb978711fb9dbad))
- Add 0x1E Nav SV State ([`3a718cd`](https://github.com/spmadden/irox/commit/3a718cdf6d445e5b815d8d7f8e31933fd10994e2))
- Add 0x08 50 BPS Data ([`8ece255`](https://github.com/spmadden/irox/commit/8ece2552a077652e662dbaacdbfb9bb0eb2a4e92))
- Add 0x04 Measured Track Data ([`59d017d`](https://github.com/spmadden/irox/commit/59d017d483b0aac337f76122871a127be4d8389b))
- Prohibit unsafe code ([`c088de0`](https://github.com/spmadden/irox/commit/c088de020214e47f28391d0af5a64abe56ad185b))
- Exclude docs folder from publish ([`8ef5bb6`](https://github.com/spmadden/irox/commit/8ef5bb6167b6fae09c73e2ccfe8ff4fe862c7ac9))
- Add license headers ([`7fa187c`](https://github.com/spmadden/irox/commit/7fa187c565b024c1311fb8dcc0ed5bb5387557a1))
- Update metadata, prepare for release ([`49d5566`](https://github.com/spmadden/irox/commit/49d55665ffd9ebcfe0394e40cb36bcc35a6a72f9))
- Fmt ([`36ce737`](https://github.com/spmadden/irox/commit/36ce7378e51dc93247379486952a7104329feceb))
- Initial ([`091f484`](https://github.com/spmadden/irox/commit/091f484738eb46b1e9735440f4e11dc98abe6287))