aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/CHANGELOG.md
diff options
context:
space:
mode:
authorDion Dokter <[email protected]>2025-08-29 15:16:31 +0200
committerDario Nieuwenhuis <[email protected]>2025-09-11 14:45:27 +0200
commita853bbe2a4dbb64c2e691ddcb258b2530d2b5af5 (patch)
treec25008f099bca001bdccedc6703b41e9b08caca7 /embassy-executor/CHANGELOG.md
parent99209accb5b37f236691e060474bfc4823d2e123 (diff)
Happy CI :)
Diffstat (limited to 'embassy-executor/CHANGELOG.md')
-rw-r--r--embassy-executor/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md
index dd462608b..03d60208e 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11- Added new metadata API for tasks. 11- Added new metadata API for tasks.
12- Main task automatically gets a name of `main` when the `metadata-name` feature is enabled. 12- Main task automatically gets a name of `main` when the `metadata-name` feature is enabled.
13- Upgraded rtos-trace 13- Upgraded rtos-trace
14- Added optional "earliest deadline first" EDF scheduling
14 15
15## 0.9.1 - 2025-08-31 16## 0.9.1 - 2025-08-31
16 17