diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-06 20:53:19 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-06 20:53:19 +0000 |
| commit | 584fc358fd533c3f3a832643bd6074bc00281e74 (patch) | |
| tree | ae411f7ce2b90fd56f4038582e375748317e98fb | |
| parent | 7ca557b917754e941e6dd9338e4606ae2c452c4a (diff) | |
| parent | b8f9341edc721d19e999a76ab4b01c1420200b7c (diff) | |
Merge pull request #2154 from bugadani/executor
Prepare embassy-executor 0.3.2
| -rw-r--r-- | embassy-executor/CHANGELOG.md | 3 | ||||
| -rw-r--r-- | embassy-executor/Cargo.toml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md index ad3e2e957..e7914cbc0 100644 --- a/embassy-executor/CHANGELOG.md +++ b/embassy-executor/CHANGELOG.md | |||
| @@ -5,9 +5,10 @@ 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.3.2 | 8 | ## 0.3.2 - 2023-11-06 |
| 9 | 9 | ||
| 10 | - Use `atomic-polyfill` for `riscv32` | 10 | - Use `atomic-polyfill` for `riscv32` |
| 11 | - Removed unused dependencies (static_cell, futures-util) | ||
| 11 | 12 | ||
| 12 | ## 0.3.1 - 2023-11-01 | 13 | ## 0.3.1 - 2023-11-01 |
| 13 | 14 | ||
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index f59d0f977..a85c5dffe 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.3.1" | 3 | version = "0.3.2" |
| 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" |
