Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

61 lines (38 loc) · 2.32 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.

No unreleased changes

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 version 1.0.0.

v1.0.0-rc.3 - 2023-12-14

  • Updated embedded-hal to version 1.0.0-rc.3.

v1.0.0-rc.2 - 2023-11-28

  • Updated embedded-hal to version 1.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 version 1.0.0-rc.1.
  • Added + ?Sized to all blanket impls.

v1.0.0-alpha.3 - 2023-07-04

Changed

  • Updated embedded-hal to version 1.0.0-alpha.11.

v1.0.0-alpha.2 - 2023-04-04

Changed

  • Updated embedded-hal to version 1.0.0-alpha.10.

v1.0.0-alpha.1 - 2022-09-28

Changed

  • Updated embedded-hal to version 1.0.0-alpha.9.

v1.0.0-alpha.0 - 2022-09-27

First release to crates.io