aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-05-29 12:09:55 +0200
committerUlf Lilleengen <[email protected]>2024-05-29 12:09:55 +0200
commitcf0d227cca92a80e85575154d380d1ff73fb32cf (patch)
tree823f66d0073ff498cab3c036defeb8eec3c7e237 /embassy-sync
parent53dedd2ff5076a5bb100eea26a1053cb70bf6c9d (diff)
Prepare for embassy-sync 0.6.0 release
Diffstat (limited to 'embassy-sync')
-rw-r--r--embassy-sync/CHANGELOG.md2
-rw-r--r--embassy-sync/Cargo.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/embassy-sync/CHANGELOG.md b/embassy-sync/CHANGELOG.md
index e5c453ce2..b61d81daa 100644
--- a/embassy-sync/CHANGELOG.md
+++ b/embassy-sync/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7 7
8## Unreleased 8## Unreleased
9 9
10## 0.6.0 - 2024-05-29
11
10- Add `capacity`, `free_capacity`, `clear`, `len`, `is_empty` and `is_full` functions to `Channel`. 12- Add `capacity`, `free_capacity`, `clear`, `len`, `is_empty` and `is_full` functions to `Channel`.
11- Add `capacity`, `free_capacity`, `clear`, `len`, `is_empty` and `is_full` functions to `PriorityChannel`. 13- Add `capacity`, `free_capacity`, `clear`, `len`, `is_empty` and `is_full` functions to `PriorityChannel`.
12- Add `capacity`, `free_capacity`, `clear`, `len`, `is_empty` and `is_full` functions to `PubSubChannel`. 14- Add `capacity`, `free_capacity`, `clear`, `len`, `is_empty` and `is_full` functions to `PubSubChannel`.
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml
index aaf6fab1d..7b7d2bf8e 100644
--- a/embassy-sync/Cargo.toml
+++ b/embassy-sync/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "embassy-sync" 2name = "embassy-sync"
3version = "0.5.0" 3version = "0.6.0"
4edition = "2021" 4edition = "2021"
5description = "no-std, no-alloc synchronization primitives with async support" 5description = "no-std, no-alloc synchronization primitives with async support"
6repository = "https://github.com/embassy-rs/embassy" 6repository = "https://github.com/embassy-rs/embassy"