Prepare embassy-time release

This commit is contained in:
Ulf Lilleengen
2024-08-02 19:20:26 +02:00
parent fb0ab1e42a
commit 44282b18fa
67 changed files with 72 additions and 67 deletions

View File

@@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.4.0 - 2024-01-11
## 0.3.2 - 2024-08-02
- Implement with_timeout()/with_deadline() method style call on Future
- Add collapse_debuginfo to fmt.rs macros.
## 0.3.1 - 2024-01-11
- Add with\_deadline convenience function and example
- Implement Clone for Delay

View File

@@ -1,6 +1,6 @@
[package]
name = "embassy-time"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
description = "Instant and Duration for embedded no-std systems, with async timer support"
repository = "https://github.com/embassy-rs/embassy"