diff options
| author | Ulf Lilleengen <[email protected]> | 2025-01-15 16:12:36 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-01-15 16:12:36 +0100 |
| commit | ed63f8063732fe9df96c4adf823639c20d7f99af (patch) | |
| tree | c9566b764a0b9f66e57ee68c1167728ae6f8c34d /embassy-sync | |
| parent | 1e6b807acbb106254209153cccd46c7ffd754c04 (diff) | |
chore: bump embassy-sync version
Prepare version 0.6.2 for release
Diffstat (limited to 'embassy-sync')
| -rw-r--r-- | embassy-sync/CHANGELOG.md | 2 | ||||
| -rw-r--r-- | embassy-sync/Cargo.toml | 2 |
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] |
| 2 | name = "embassy-sync" | 2 | name = "embassy-sync" |
| 3 | version = "0.6.1" | 3 | version = "0.6.2" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "no-std, no-alloc synchronization primitives with async support" | 5 | description = "no-std, no-alloc synchronization primitives with async support" |
| 6 | repository = "https://github.com/embassy-rs/embassy" | 6 | repository = "https://github.com/embassy-rs/embassy" |
