diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-08-10 21:26:09 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-10 21:26:09 +0000 |
| commit | 611e82711aaa364b36ab9b1f6a9c730d62365715 (patch) | |
| tree | a27760a9e6096194151bb60db2369ca266b4c1e4 | |
| parent | 3b43b00867d47105b94eef9eff118f406b0884de (diff) | |
| parent | baef856206dd2cc6f0326914b6db68ed1ada1a7a (diff) | |
Merge pull request #1770 from bugadani/exec
Executor: prepare 0.2.1 release
| -rw-r--r-- | embassy-executor/CHANGELOG.md | 7 | ||||
| -rw-r--r-- | embassy-executor/Cargo.toml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md index 4fd3dccf7..86a477589 100644 --- a/embassy-executor/CHANGELOG.md +++ b/embassy-executor/CHANGELOG.md | |||
| @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. | |||
| 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | 7 | ||
| 8 | ## 0.2.1 - 2023-08-10 | ||
| 9 | |||
| 10 | - Avoid calling `pend()` when waking expired timers | ||
| 11 | - Properly reset finished task state with `integrated-timers` enabled | ||
| 12 | - Introduce `InterruptExecutor::spawner()` | ||
| 13 | - Fix incorrect critical section in Xtensa executor | ||
| 14 | |||
| 8 | ## 0.2.0 - 2023-04-27 | 15 | ## 0.2.0 - 2023-04-27 |
| 9 | 16 | ||
| 10 | - Replace unnecessary atomics in runqueue | 17 | - Replace unnecessary atomics in runqueue |
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index 590718e3e..ce5e2741f 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "embassy-executor" | 2 | name = "embassy-executor" |
| 3 | version = "0.2.0" | 3 | version = "0.2.1" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | description = "async/await executor designed for embedded usage" | 6 | description = "async/await executor designed for embedded usage" |
