From 74037f04933f4ec9a678e0b47fd6819e7c0489a9 Mon Sep 17 00:00:00 2001 From: Dániel Buga Date: Mon, 4 Aug 2025 00:05:25 +0200 Subject: Make TimerQueueItem opaque --- embassy-executor-timer-queue/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 embassy-executor-timer-queue/CHANGELOG.md (limited to 'embassy-executor-timer-queue/CHANGELOG.md') diff --git a/embassy-executor-timer-queue/CHANGELOG.md b/embassy-executor-timer-queue/CHANGELOG.md new file mode 100644 index 000000000..d43e0060d --- /dev/null +++ b/embassy-executor-timer-queue/CHANGELOG.md @@ -0,0 +1,10 @@ +# 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). + +## Unreeased + +- Initial implementation -- cgit From f77693092a59970ac3b3594c53e53099295cbbff Mon Sep 17 00:00:00 2001 From: Dániel Buga Date: Tue, 26 Aug 2025 16:26:41 +0200 Subject: Fix changelog --- embassy-executor-timer-queue/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'embassy-executor-timer-queue/CHANGELOG.md') diff --git a/embassy-executor-timer-queue/CHANGELOG.md b/embassy-executor-timer-queue/CHANGELOG.md index d43e0060d..b4a462b66 100644 --- a/embassy-executor-timer-queue/CHANGELOG.md +++ b/embassy-executor-timer-queue/CHANGELOG.md @@ -1,10 +1,10 @@ -# Changelog for embassy-time-queue-utils +# Changelog for embassy-executor-timer-queue 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). -## Unreeased +## 0.1.0 - 2025-08-25 - Initial implementation -- cgit