aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/CHANGELOG.md
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/CHANGELOG.md
parent0568738f77d090d5d326abadd366a66aa4088ccd (diff)
Bump executor crate version to 0.3.0
Diffstat (limited to 'embassy-executor/CHANGELOG.md')
-rw-r--r--embassy-executor/CHANGELOG.md2
1 files changed, 1 insertions, 1 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