diff options
| author | Ulf Lilleengen <[email protected]> | 2024-08-02 19:20:26 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-08-05 08:56:29 +0200 |
| commit | 44282b18faf77b7ff2fa521eb7995fa46ca16e01 (patch) | |
| tree | 258ada0afe8ef865c7f375580baf7efbcfe17cac /embassy-time | |
| parent | fb0ab1e42af8dd28d8f305c0db922756498ea6ca (diff) | |
Prepare embassy-time release
Diffstat (limited to 'embassy-time')
| -rw-r--r-- | embassy-time/CHANGELOG.md | 7 | ||||
| -rw-r--r-- | embassy-time/Cargo.toml | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/embassy-time/CHANGELOG.md b/embassy-time/CHANGELOG.md index 75e17fd63..1ad715242 100644 --- a/embassy-time/CHANGELOG.md +++ b/embassy-time/CHANGELOG.md | |||
| @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 7 | 7 | ||
| 8 | ## Unreleased | 8 | ## Unreleased |
| 9 | 9 | ||
| 10 | ## 0.4.0 - 2024-01-11 | 10 | ## 0.3.2 - 2024-08-02 |
| 11 | |||
| 12 | - Implement with_timeout()/with_deadline() method style call on Future | ||
| 13 | - Add collapse_debuginfo to fmt.rs macros. | ||
| 14 | |||
| 15 | ## 0.3.1 - 2024-01-11 | ||
| 11 | 16 | ||
| 12 | - Add with\_deadline convenience function and example | 17 | - Add with\_deadline convenience function and example |
| 13 | - Implement Clone for Delay | 18 | - Implement Clone for Delay |
diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml index 5d5bd8b23..6078c422b 100644 --- a/embassy-time/Cargo.toml +++ b/embassy-time/Cargo.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "embassy-time" | 2 | name = "embassy-time" |
| 3 | version = "0.3.1" | 3 | version = "0.3.2" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "Instant and Duration for embedded no-std systems, with async timer support" | 5 | description = "Instant and Duration for embedded no-std systems, with async timer support" |
| 6 | repository = "https://github.com/embassy-rs/embassy" | 6 | repository = "https://github.com/embassy-rs/embassy" |
