Skip to content

Latest commit

 

History

History
68 lines (36 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

68 lines (36 loc) · 1.61 KB

Changelog

All notable changes to this project will be documented in this file.

This format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.0] - 2024-11-01

Changed

  • Upgrade to the embedded HAL 1.0 release. Thank you to Andrew Straw (astraw) for the addition.
  • Impement core::error::Error for our aht20_driver::Error<E>, again thank you to Andrew for this work. Note that this increases our Minimum Supported Rust Version to 1.81.

[1.2.2] - 2024-10-21

Added

Fixed

1.2.1 - 2024-04-28

Fixed

  • CheckStatus behavior that could cause a hang. Thank you to Max Barnash (arr-ee) for the report and patch.

1.2.0 - 2022-02-22

Added

  • The measure_no_fp method that takes a measurement, but does not use floating point math.

1.1.0 - 2022-02-22

Added

  • Added this changelog.

Changed

  • Changed from rtt to Defmt logging, saving more than 30k of flash space.