All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.2.0 - 2022-08-10
- [breaking-change] Minimum Supported Rust Version (MSRV) guarantee has been removed
- fixed miri errors around use of
mem::uninitialized
; updated code to useMaybeUninit
v0.1.2 - 2022-08-10
- added support for hexadecimal formatting of integers using the
{:x}
format string
v0.1.1 - 2022-08-09
- fixed link in crate level documentation
- fixed
uDebug
implementation fori32
/u32
on 16-bit platforms (like AVR and MSP430)
Initial release