Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 628 Bytes

CHANGELOG.md

File metadata and controls

16 lines (11 loc) · 628 Bytes

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.

[0.4.0] - 2025-01-23

Changed

  • Made the crate executor independent, removing the direct dependency on embassy_time (by @afresquet)
  • Updated documentation to reflect the new executor-independent implementation
  • Simplified examples to show proper clock and delay usage

Removed

  • Removed embassy feature as it's no longer needed