aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/CHANGELOG.md
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2023-09-14 18:26:00 +0200
committerUlf Lilleengen <[email protected]>2023-09-14 18:26:00 +0200
commit1b20ba27b12a93ae94b4eff39160da884c592db4 (patch)
tree54eca8ba0290cff510f9106b22437cf1ba45f9e7 /embassy-sync/CHANGELOG.md
parentf5e96a9d60be3d5ab975031635a58675c2cef4d0 (diff)
feat: bump embassy-sync version to 0.3.0
Update changelog in preparation for release
Diffstat (limited to 'embassy-sync/CHANGELOG.md')
-rw-r--r--embassy-sync/CHANGELOG.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/embassy-sync/CHANGELOG.md b/embassy-sync/CHANGELOG.md
index a60f3f7c4..2c53dd0f8 100644
--- a/embassy-sync/CHANGELOG.md
+++ b/embassy-sync/CHANGELOG.md
@@ -5,6 +5,13 @@ 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## 0.3.0 - 2023-09-14
9
10- switch to embedded-io 0.5
11- add api for polling channels with context
12- standardise fn names on channels
13- add zero-copy channel
14
8## 0.2.0 - 2023-04-13 15## 0.2.0 - 2023-04-13
9 16
10- pubsub: Fix messages not getting popped when the last subscriber that needed them gets dropped. 17- pubsub: Fix messages not getting popped when the last subscriber that needed them gets dropped.
@@ -19,4 +26,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19 26
20## 0.1.0 - 2022-08-26 27## 0.1.0 - 2022-08-26
21 28
22- First release \ No newline at end of file 29- First release