nanoprintf v0.6.1:
This is a bugfix release. It corrects single-precision argument wrapping (NANOPRINTF_USE_FLOAT_SINGLE_PRECISION) when a float is passed as a bit-field, fixing an issue in the single-precision support added in v0.6.0. It also repairs the Windows CI path and adds buffer-overrun tests.
What's Changed
- Add buffer overrun tests (#317) by @charlesnicholson in #359
- Fix windows CI path to work with the latest windows git contianer by @fran-cap in #361
- Fix single-precision NPF__WRAP on bit-field args by @charlesnicholson in #362