From 0962b09603248d5ab76baa95746593ae50994eac Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Sun, 31 Aug 2025 23:09:31 +0200 Subject: [PATCH] Add changelog for embassy-executor v0.9.1 --- embassy-executor/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md index 69c82653b..3e6c180c6 100644 --- a/embassy-executor/CHANGELOG.md +++ b/embassy-executor/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added new metadata API for tasks - Named main task when rtos-trace feature is enabled. - Upgraded rtos-trace + +## 0.9.1 - 2025-08-31 + - Fixed performance regression on some ESP32 MCUs. ## 0.9.0 - 2025-08-26