chore: Release embassy-executor version 0.8.0

This commit is contained in:
Ulf Lilleengen 2025-07-31 10:34:07 +02:00
parent 746d4fe3a3
commit afc8be91a8
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->
## Unreleased - ReleaseDate
## 0.8.0 - 2025-07-31
- Added `SpawnToken::id`
- Task pools are now statically allocated on stable rust. All `task-arena-size-*` features have been removed and are no longer necessary.
- New trace hooks: `_embassy_trace_poll_start` & `_embassy_trace_task_end`

View File

@ -1,6 +1,6 @@
[package]
name = "embassy-executor"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "async/await executor designed for embedded usage"