Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

40 lines (23 loc) · 1.08 KB

Change Log

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

Changed

  • [breaking-change] Minimum Supported Rust Version (MSRV) guarantee has been removed

Fixed

  • fixed miri errors around use of mem::uninitialized; updated code to use MaybeUninit

v0.1.2 - 2022-08-10

Added

  • added support for hexadecimal formatting of integers using the {:x} format string

v0.1.1 - 2022-08-09

Fixed

  • fixed link in crate level documentation
  • fixed uDebug implementation for i32 / u32 on 16-bit platforms (like AVR and MSP430)

v0.1.0 - 2019-11-17

Initial release