## v0.1.1 (2024-10-24)
### New Features
- add 'to_bits', 'exponent', and 'significand' to FloatExt trait
- impl add and addassign
### Commit Statistics
- 2 commits contributed to the release.
- 25 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**
- Add 'to_bits', 'exponent', and 'significand' to FloatExt trait ([`aa7909f`](https://github.com/spmadden/irox/commit/aa7909f619e332d37cb2b6099b3bba2be52fccc4))
- Impl add and addassign ([`c4d8844`](https://github.com/spmadden/irox/commit/c4d88444122a81f53d6b5b31d14db2323a2be272))
## v0.1.0 (2024-09-29)
### New Features
- prep for initial release.
- big rewrite of fixed math module.
- new basic fixed precison math library
### Commit Statistics
- 4 commits contributed to the release.
- 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-fixedmath v0.1.0 ([`674b930`](https://github.com/spmadden/irox/commit/674b9309f6126ede710f5757180c615e2f4ad769))
- Prep for initial release. ([`353b7b8`](https://github.com/spmadden/irox/commit/353b7b809d14e0f7e944eac0ad1dcfc012c63fd1))
- Big rewrite of fixed math module. ([`00ab384`](https://github.com/spmadden/irox/commit/00ab384ad2d3820cdd05decc5791267050e03849))
- New basic fixed precison math library ([`264eca4`](https://github.com/spmadden/irox/commit/264eca43f60d721946eb969970fa9c0e66d30eee))