aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-01-15 16:12:36 +0100
committerUlf Lilleengen <[email protected]>2025-01-15 16:12:36 +0100
commited63f8063732fe9df96c4adf823639c20d7f99af (patch)
treec9566b764a0b9f66e57ee68c1167728ae6f8c34d /embassy-sync
parent1e6b807acbb106254209153cccd46c7ffd754c04 (diff)
chore: bump embassy-sync version
Prepare version 0.6.2 for 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 b96c9416d..2049e0f11 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.2 - 2025-01-15
11
10- Add dynamic dispatch variant of `Pipe`. 12- Add dynamic dispatch variant of `Pipe`.
11 13
12## 0.6.1 - 2024-11-22 14## 0.6.1 - 2024-11-22
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml
index 1bd2f290e..4430f1956 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.1" 3version = "0.6.2"
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"