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.
- Added
core::error::Error
implementations for every customimpl Error
- Increased MSRV to 1.81 due to
core::error::Error
v1.0.0 - 2023-12-28
Check out the announcement blog post and the migration guide for help with migrating from v0.2 to v1.0.
- Updated
embedded-hal
to version1.0.0
.
v1.0.0-rc.3 - 2023-12-14
- Updated
embedded-hal
to version1.0.0-rc.3
.
v1.0.0-rc.2 - 2023-11-28
- Updated
embedded-hal
to version1.0.0-rc.2
. - Minor document fixes.
- Add #[inline] hints to most of
embedded-hal-nb
functions.
v1.0.0-rc.1 - 2023-08-15
- Updated
embedded-hal
to version1.0.0-rc.1
. - Added
+ ?Sized
to all blanket impls.
v1.0.0-alpha.3 - 2023-07-04
- Updated
embedded-hal
to version1.0.0-alpha.11
.
v1.0.0-alpha.2 - 2023-04-04
- Updated
embedded-hal
to version1.0.0-alpha.10
.
v1.0.0-alpha.1 - 2022-09-28
- Updated
embedded-hal
to version1.0.0-alpha.9
.
v1.0.0-alpha.0 - 2022-09-27
First release to crates.io