Bump executor crate version to 0.3.0

This commit is contained in:
Dániel Buga
2023-08-23 20:34:37 +02:00
parent 0568738f77
commit a2c718f61c
44 changed files with 44 additions and 44 deletions

View File

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
## 0.3.0 - TBD
- Replaced Pender. Implementations now must define an extern function called `__pender`.
- Made `raw::AvailableTask` public

View File

@ -1,6 +1,6 @@
[package]
name = "embassy-executor"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "async/await executor designed for embedded usage"