aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync
diff options
context:
space:
mode:
authorMatt Johnston <[email protected]>2025-05-22 11:42:15 +0800
committerMatt Johnston <[email protected]>2025-05-22 13:29:55 +0800
commit5e49985ed678659e199c58c8100e3ed18d2f6227 (patch)
tree7245b428454c0f2d4ae4c459d83c423d5f410ebe /embassy-sync
parent2f8a8e817c64dfa8d63b4a3ad43e650785698a5e (diff)
embassy-sync: bump to 0.7.0
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 aacb0d6c4..1770bef44 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.7.0 - 2025-05-22
11
10- Add `remove_if` to `priority_channel::{Receiver, PriorityChannel}`. 12- Add `remove_if` to `priority_channel::{Receiver, PriorityChannel}`.
11- impl `Stream` for `channel::{Receiver, Channel}`. 13- impl `Stream` for `channel::{Receiver, Channel}`.
12- Fix channels to wake senders on `clear()`. 14- Fix channels to wake senders on `clear()`.
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml
index 65cade317..99962f9f6 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.6.2" 3version = "0.7.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"