Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

27 lines (22 loc) · 1.36 KB

Changelog

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.

Unreleased - ReleaseDate

0.2.0 - 2023-11-14

Added

Changed

  • Due to dependency updates the MSRV has been updated from 1.60 to 1.62. This should only be relevant if you use the defmt feature, but we now only test with 1.62 and not older releases, so it's not guaranteed to work otherwise.
  • Update to heapless:0.8.0

Breaking Changes

  • You must now select either the feature use_alloc or use_heapless for the crate to compile. Select use_heapless to keep the API from the previous release of this crate.

0.1.1 - 2023-01-07

Changed

  • The Minimum Supported Rust Version (MSRV) has been defined as 1.60.0 and is being enforced in Cargo.toml