Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

93 lines (50 loc) · 2.3 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.

1.0.0-rc.1 - 2024-07-21

This release upgrades to embedded-hal 1.0 and also adds async support.

To use the async API, you must enable the embedded-hal-async Cargo feature.

Added

  • Support for async through embedded-hal-async (#19)

Changed

  • Upgrade to embedded-hal 1.x (#18)
  • Bump MSRV to 1.75 (#22)
  • Switch to Rust 2021 edition (#23)

0.3.2 - 2023-12-26

This is a maintenance release without any relevant changes to consumers of this driver.

Changed

0.3.1 - 2020-08-28

Changed

0.3.0 - 2020-08-17

Changed

  • Convert to Rust 2018, now requires at least Rust 1.32

0.2.1 - 2018-12-02

Fixed

  • Fix order of values when writing baseline (#5, thanks @slim-bean)

0.2.0 - 2018-06-18

Fixed

  • Reexport types::ProductType

0.1.1 - 2018-04-01

Changed

  • The Command enum is not pub anymore

Fixed

  • The crate did not compile on no_std, because of a dependency and because of std methods on floats. This is now fixed by using the num-traits crate.

0.1.0 - 2018-03-31

This is the initial release to crates.io of the feature-complete driver. There may be some API changes in the future, in case I decide that something can be further improved. All changes will be documented in this CHANGELOG.