embassy-sync: bump to 0.7.0

This commit is contained in:
Matt Johnston
2025-05-22 11:42:15 +08:00
parent 2f8a8e817c
commit 5e49985ed6
89 changed files with 90 additions and 88 deletions

View File

@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.7.0 - 2025-05-22
- Add `remove_if` to `priority_channel::{Receiver, PriorityChannel}`.
- impl `Stream` for `channel::{Receiver, Channel}`.
- Fix channels to wake senders on `clear()`.

View File

@@ -1,6 +1,6 @@
[package]
name = "embassy-sync"
version = "0.6.2"
version = "0.7.0"
edition = "2021"
description = "no-std, no-alloc synchronization primitives with async support"
repository = "https://github.com/embassy-rs/embassy"