## 0.5.1 (2024-04-21) ### Refactor - fix structs to use new bits module ### Other - fix Cargo.toml to include local readme ### New Features - put 'as_bytes' method behind new 'alloc' feature ### Commit Statistics - 4 commits contributed to the release over the course of 1 calendar day. - 20 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** - Fix Cargo.toml to include local readme ([`b151126`](https://github.com/spmadden/irox/commit/b15112657cf1ac9f77f12b2a4ffd70a777331910)) - Put 'as_bytes' method behind new 'alloc' feature ([`69e1a20`](https://github.com/spmadden/irox/commit/69e1a20649e8f78cebe54ae516c47697224eee41)) - Release irox-structs v0.5.1 ([`15bf0fd`](https://github.com/spmadden/irox/commit/15bf0fd3b6dd16c4433782983c76fb76d9bbb619)) - Fix structs to use new bits module ([`206ec2a`](https://github.com/spmadden/irox/commit/206ec2a2390f69081af79ca6bf069db1c13a647e))
## 0.5.0 (2024-04-01) ### Refactor (BREAKING) - pretty much a full rewrite of the derive code to use less proc_macro2 ### Commit Statistics - 2 commits contributed to the release. - 78 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-structs v0.5.0 ([`0b03542`](https://github.com/spmadden/irox/commit/0b035422991c38db37653dc9f8e27b3b12743d6b)) - Pretty much a full rewrite of the derive code to use less proc_macro2 ([`9427c13`](https://github.com/spmadden/irox/commit/9427c1392d00725f7ee3cc73ffb23e25a9dd72a1))
## 0.4.0 (2024-01-13) ### Commit Statistics - 1 commit contributed to the release. - 45 days passed between releases. - 0 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.5.0, safety bump 17 crates ([`a46e9e2`](https://github.com/spmadden/irox/commit/a46e9e2da699f6ccd3a85b660014f0e15e59c0d0))
## 0.3.1 (2023-11-29) ### Chore - pivot to using Cargo.toml workspace lints ### New Features - expose Bits,MutBits to consumers ### Commit Statistics - 3 commits contributed to the release over the course of 9 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-structs v0.3.1 ([`934c196`](https://github.com/spmadden/irox/commit/934c196d87c63b830d1311d57b9606390acb5b1f)) - Pivot to using Cargo.toml workspace lints ([`88ebfb5`](https://github.com/spmadden/irox/commit/88ebfb5deea5508ca54f4aaab62f6fd5a36f531c)) - Expose Bits,MutBits to consumers ([`097319c`](https://github.com/spmadden/irox/commit/097319c31680f79ab5c5ef3850822764adf3d4ae))
## 0.3.0 (2023-10-30) ### Chore - add changelog ### Commit Statistics - 3 commits contributed to the release. - 42 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-structs v0.3.0 ([`f5789b0`](https://github.com/spmadden/irox/commit/f5789b0aba04391dc38956e3538524bfe9a0b65c)) - Add changelog ([`9c88391`](https://github.com/spmadden/irox/commit/9c88391ce24d34786e9526378b4f3830f44da1fa)) - Release irox-tools v0.3.0, safety bump 12 crates ([`eb83b27`](https://github.com/spmadden/irox/commit/eb83b27b20c23e51e5b0fc3b7b3704e2c03af46c))
## v0.2.0 (2023-09-18) ### Chore - update cargo.tomls to add repository - setting up blank changelogs for the modules ### New Features - update README.md and Cargo.toml - new struct serialization modules ### Refactor - There's no reason to have a separate error type, so it just returns std::io::Error now ### Commit Statistics - 6 commits contributed to the release over the course of 21 calendar days. - 5 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)) - 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 ([`1d10250`](https://github.com/spmadden/irox/commit/1d102501e7a44c37461e77184031897b0ab07bc0)) - There's no reason to have a separate error type, so it just returns std::io::Error now ([`dde7377`](https://github.com/spmadden/irox/commit/dde7377b87baf75bfe664155378ae1a0b9639fcd)) - New struct serialization modules ([`c48f8ae`](https://github.com/spmadden/irox/commit/c48f8ae52f898bde42818ffaf42f140b1cc68bd8))