## v0.5.1 (2024-05-18)
### Chore
- bump winlocation-api to 0.5.1 for release
### Commit Statistics
- 2 commits contributed to the release over the course of 126 calendar days.
- 171 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**
- Bump winlocation-api to 0.5.1 for release ([`ab1f67d`](https://github.com/spmadden/irox/commit/ab1f67daadda5ee1768564f07f1f4f72aa165bad))
- Release irox-tools v0.5.0, safety bump 17 crates ([`a46e9e2`](https://github.com/spmadden/irox/commit/a46e9e2da699f6ccd3a85b660014f0e15e59c0d0))
## v0.4.0 (2023-11-29)
### Chore
- pivot to using Cargo.toml workspace lints
- remove unused dependencies
### Commit Statistics
- 4 commits contributed to the release over the course of 23 calendar days.
- 30 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-winlocation-api v0.4.0 ([`334bede`](https://github.com/spmadden/irox/commit/334bede02bf8ab19aee26cb68c48345df1d99918))
- Pivot to using Cargo.toml workspace lints ([`88ebfb5`](https://github.com/spmadden/irox/commit/88ebfb5deea5508ca54f4aaab62f6fd5a36f531c))
- 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-30)
### New Features (BREAKING)
- pivot win-location-api to use irox_time
### Commit Statistics
- 3 commits contributed to the release over the course of 9 calendar days.
- 14 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-winlocation-api v0.3.0 ([`3b1cc1f`](https://github.com/spmadden/irox/commit/3b1cc1f712a878a7bd469760de790560ec28c990))
- Release irox-tools v0.3.0, safety bump 12 crates ([`eb83b27`](https://github.com/spmadden/irox/commit/eb83b27b20c23e51e5b0fc3b7b3704e2c03af46c))
- Pivot win-location-api to use irox_time ([`f4dc26a`](https://github.com/spmadden/irox/commit/f4dc26af72846b460e0c0634a82cca3d31c160e3))
## v0.2.0 (2023-10-16)
### New Features
- bump versions for release
### Commit Statistics
- 3 commits contributed to the release.
- 7 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.1 (2023-10-08)
### New Features
- add ability to watch location status
- adding request for geolocation status
### Bug Fixes
- switching to manual convert of nanos in timestamp
- using micros instead of nanos for wintime
- and yet another fix for the timestamp
- actually add timestamp
- add timestamp to coordinate if not present already
- check for NaN & Inf in spd and hdg
- add additional trace logging to the location handler
### Commit Statistics
- 10 commits contributed to the release over the course of 19 calendar days.
- 19 days passed between releases.
- 9 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-tools v0.2.1, irox-carto v0.2.1, irox-egui-extras v0.2.1, irox-gpx v0.1.0, irox-types v0.2.1, irox-structs_derive v0.2.1, irox-raymarine-sonar v0.1.0, irox-stats v0.2.1, irox-winlocation-api v0.1.1, irox v0.2.1 ([`68d770b`](https://github.com/spmadden/irox/commit/68d770bb78abe49bf30364ca17ddb6f7bfda05d9))
- Switching to manual convert of nanos in timestamp ([`c368a7f`](https://github.com/spmadden/irox/commit/c368a7f0d50cbf852b3068d6be18de02ae5cc2b8))
- Using micros instead of nanos for wintime ([`db5ef9a`](https://github.com/spmadden/irox/commit/db5ef9abe171c2d02ad8d6066687097daf1a37a3))
- And yet another fix for the timestamp ([`099c216`](https://github.com/spmadden/irox/commit/099c216acb827aae3d7f31483b14c2a707f7186a))
- Actually add timestamp ([`f9777b2`](https://github.com/spmadden/irox/commit/f9777b281a1b997d02de04131dd1dbc8e7d1d54c))
- Add ability to watch location status ([`9e06dc9`](https://github.com/spmadden/irox/commit/9e06dc9c340a48f7a36f1510186e2fed5a151f76))
- Add timestamp to coordinate if not present already ([`0ca8619`](https://github.com/spmadden/irox/commit/0ca8619638f1928d2bf402550f99972e79140016))
- Adding request for geolocation status ([`05b284b`](https://github.com/spmadden/irox/commit/05b284ba559e96c77f9152be01f54ce1af31aea5))
- Check for NaN & Inf in spd and hdg ([`4670aaa`](https://github.com/spmadden/irox/commit/4670aaaa26d055e080f6a72bdf86da3293d6a409))
- Add additional trace logging to the location handler ([`01adbbd`](https://github.com/spmadden/irox/commit/01adbbd31fe97922c50c2b15414bc7cc181467f2))
## v0.1.0 (2023-09-18)
### Chore
- clean up code with additional lints
- update cargo.tomls to add repository
- setting up blank changelogs for the modules
### New Features
- update README.md and Cargo.toml
- New module - Windows Location API
### Bug Fixes
- Fix fmt
- really fix it this time
- Introduce module with cfg_os
### Commit Statistics
- 9 commits contributed to the release over the course of 15 calendar days.
- 8 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))
- Update README.md and Cargo.toml ([`a70805c`](https://github.com/spmadden/irox/commit/a70805c7577dc7678755adf65e343f370ed45a68))
- Fix fmt ([`c6381a9`](https://github.com/spmadden/irox/commit/c6381a9e8d6f927297e6f6874a0b84c2787d7f8f))
- Really fix it this time ([`13570aa`](https://github.com/spmadden/irox/commit/13570aa9130707362ae8aa72a31cf2c5ebee1968))
- Introduce module with cfg_os ([`08a4155`](https://github.com/spmadden/irox/commit/08a4155a0ebcb8bd8538f7ea0f2cabea812ca5bd))
- New module - Windows Location API ([`f740c73`](https://github.com/spmadden/irox/commit/f740c7385ec66313cd5a6df02ae6aa15f8294b13))