aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-14 18:47:15 +0100
committerDario Nieuwenhuis <[email protected]>2023-11-15 18:44:01 +0100
commit1f9b649f80b52323be3e16fff064e1aec77d5ae8 (patch)
tree035103099a8bf1f81fd80b95f0d6d75f6c333bd0 /embassy-executor
parentbef9b7a8539c3dddb1cf6ab46db161f1ca56b1a1 (diff)
executor: release v0.3.3
Diffstat (limited to 'embassy-executor')
-rw-r--r--embassy-executor/CHANGELOG.md2
-rw-r--r--embassy-executor/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md
index f45b27700..559717da6 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7 7
8## Unreleased 8## 0.3.3 - 2023-11-15
9 9
10- Add `main` macro reexport for Xtensa arch. 10- Add `main` macro reexport for Xtensa arch.
11- Remove use of `atomic-polyfill`. The executor now has multiple implementations of its internal data structures for cases where the target supports atomics or doesn't. 11- Remove use of `atomic-polyfill`. The executor now has multiple implementations of its internal data structures for cases where the target supports atomics or doesn't.
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml
index 4945455d3..3a623e99f 100644
--- a/embassy-executor/Cargo.toml
+++ b/embassy-executor/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "embassy-executor" 2name = "embassy-executor"
3version = "0.3.2" 3version = "0.3.3"
4edition = "2021" 4edition = "2021"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6description = "async/await executor designed for embedded usage" 6description = "async/await executor designed for embedded usage"