aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/CHANGELOG.md
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2023-08-10 23:15:29 +0200
committerDániel Buga <[email protected]>2023-08-10 23:20:31 +0200
commitbaef856206dd2cc6f0326914b6db68ed1ada1a7a (patch)
treea27760a9e6096194151bb60db2369ca266b4c1e4 /embassy-executor/CHANGELOG.md
parent858d520882df986758eac491fbde916071ebaceb (diff)
Bump version
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 5aecbec16..86a477589 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.2.1 - 2023-08-10
9 9
10- Avoid calling `pend()` when waking expired timers 10- Avoid calling `pend()` when waking expired timers
11- Properly reset finished task state with `integrated-timers` enabled 11- Properly reset finished task state with `integrated-timers` enabled