diff options
| author | Dániel Buga <[email protected]> | 2024-12-18 15:42:24 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2024-12-22 20:27:15 +0100 |
| commit | 9a238e6ad8aedf29b5f5af7308c7f5f50061242c (patch) | |
| tree | 6eae6df23256a7da16704275e51929fd238c7119 /embassy-time-driver | |
| parent | 8b3cbf80a4d69bc61b300b0e8da9030d2a56f40b (diff) | |
Prepare new embassy-time-*driver, embassy-executor, embassy-time
Diffstat (limited to 'embassy-time-driver')
| -rw-r--r-- | embassy-time-driver/CHANGELOG.md | 2 | ||||
| -rw-r--r-- | embassy-time-driver/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/embassy-time-driver/CHANGELOG.md b/embassy-time-driver/CHANGELOG.md index 2af1dc736..7e9be8949 100644 --- a/embassy-time-driver/CHANGELOG.md +++ b/embassy-time-driver/CHANGELOG.md | |||
| @@ -5,7 +5,7 @@ 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 | ## Unreleased | 8 | ## 0.2.0 - 2024-12-18 |
| 9 | 9 | ||
| 10 | - The `allocate_alarm`, `set_alarm_callback`, `set_alarm` functions have been removed. | 10 | - The `allocate_alarm`, `set_alarm_callback`, `set_alarm` functions have been removed. |
| 11 | - `schedule_wake` has been added to the `Driver` trait. | 11 | - `schedule_wake` has been added to the `Driver` trait. |
diff --git a/embassy-time-driver/Cargo.toml b/embassy-time-driver/Cargo.toml index d9f2e97df..2a1d5ee1d 100644 --- a/embassy-time-driver/Cargo.toml +++ b/embassy-time-driver/Cargo.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "embassy-time-driver" | 2 | name = "embassy-time-driver" |
| 3 | version = "0.1.0" | 3 | version = "0.2.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "Driver trait for embassy-time" | 5 | description = "Driver trait for embassy-time" |
| 6 | repository = "https://github.com/embassy-rs/embassy" | 6 | repository = "https://github.com/embassy-rs/embassy" |
