# Changelog for embassy-time-queue-utils
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 - ReleaseDate
## 0.3.1 - 2026-04-16
- Fixed an issue where never-ending timers were not correctly removed from the timer queue
- Both integrated and generic queue implementations are available for use, independent of their respective features.
- Added `queue_integrated::Queue::schedule_wake_queue_item` to support timer queue item storage outside of embassy executor tasks.
## 0.3.0 - 2025-08-26
## 0.2.1 - 2025-08-26
- Removed the embassy-executor dependency
## 0.2.0 - 2025-08-04
Bumped embassy-executor
## 0.1.0 - 2024-01-11
Initial release