diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-12-04 13:26:32 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-04 13:26:32 +0000 |
| commit | d2dcbed920f116368dd00ee997e93dcd90270ca5 (patch) | |
| tree | 6cbac9f68d1f40808b476136c02363e6fad47e63 /embassy-sync | |
| parent | d7eb067b4c63bf8a8e9d986f032cd8013f7cdca2 (diff) | |
| parent | 334900752ab0462a78ac4f327c7141418d24ca1d (diff) | |
Merge pull request #2248 from MabezDev/new-releases
embassy-sync 0.5 & embassy-time 0.2
Diffstat (limited to 'embassy-sync')
| -rw-r--r-- | embassy-sync/CHANGELOG.md | 7 | ||||
| -rw-r--r-- | embassy-sync/Cargo.toml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/embassy-sync/CHANGELOG.md b/embassy-sync/CHANGELOG.md index 9340d7346..e7db97ef7 100644 --- a/embassy-sync/CHANGELOG.md +++ b/embassy-sync/CHANGELOG.md | |||
| @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. | |||
| 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | 7 | ||
| 8 | ## 0.5.0 - 2023-12-04 | ||
| 9 | |||
| 10 | - Add a PriorityChannel. | ||
| 11 | - Remove nightly and unstable-traits features in preparation for 1.75. | ||
| 12 | - Upgrade heapless to 0.8. | ||
| 13 | - Upgrade static-cell to 2.0. | ||
| 14 | |||
| 8 | ## 0.4.0 - 2023-10-31 | 15 | ## 0.4.0 - 2023-10-31 |
| 9 | 16 | ||
| 10 | - Re-add impl_trait_projections | 17 | - Re-add impl_trait_projections |
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml index 6588406a1..38b0e5d30 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.4.0" | 3 | version = "0.5.0" |
| 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" |
