chore: bump embassy-sync version

Prepare version 0.6.2 for release
This commit is contained in:
Ulf Lilleengen
2025-01-15 16:12:36 +01:00
parent 1e6b807acb
commit ed63f80637
80 changed files with 82 additions and 79 deletions

View File

@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.6.2 - 2025-01-15
- Add dynamic dispatch variant of `Pipe`.
## 0.6.1 - 2024-11-22

View File

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