aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2023-08-23 20:34:37 +0200
committerDániel Buga <[email protected]>2023-08-23 20:34:37 +0200
commita2c718f61c0587e19d10c5c86ff4cd79272e2b87 (patch)
tree5e3ed84067e2701aeefc97802a0813e91cdb7135 /embassy-executor
parent0568738f77d090d5d326abadd366a66aa4088ccd (diff)
Bump executor crate version to 0.3.0
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 43d94e540..4853ba29b 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.0 - TBD
9 9
10- Replaced Pender. Implementations now must define an extern function called `__pender`. 10- Replaced Pender. Implementations now must define an extern function called `__pender`.
11- Made `raw::AvailableTask` public 11- Made `raw::AvailableTask` public
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml
index d190c95a3..2a67f70da 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.2.1" 3version = "0.3.0"
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"