led_client/embassy/embassy-time-queue-driver/CHANGELOG.md
2024-12-21 00:48:45 -05:00

16 lines
505 B
Markdown

# Changelog for embassy-time-queue-driver
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
- Added `generic-queue-N` features.
- Added `embassy_time_queue_driver::Queue` struct which uses integrated or a generic storage (configured using `generic-queue-N`).
## 0.1.0 - 2024-01-11
Initial release