File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
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 ) .
7+
8+ ## 0.1.1 - 2023-04-13
9+
10+ - Update ` embedded-hal-async ` to ` 0.2.0-alpha.1 ` (uses ` async fn ` in traits).
11+ - Update ` embedded-hal v1 ` to ` 1.0.0-alpha.10 ` . (Note: v0.2 support is kept unchanged).
12+ - Remove dep on ` embassy-sync ` .
13+ - Fix reentrancy issues in the ` std ` time driver (#1177 )
14+ - Add ` Duration::from_hz() ` .
15+ - impl ` From ` conversions to/from ` core::time::Duration ` .
16+ - Add ` #[must_use] ` to all futures.
17+ - Add inherent ` async fn tick() ` to ` Ticker ` , so you can use it directly without the ` Stream ` trait.
18+ - Add more tick rates.
19+ - impl ` Default ` for ` Signal `
20+ - Remove unnecessary uses of ` atomic-polyfill `
21+
22+ ## 0.1.0 - 2022-08-26
23+
24+ - First release
Original file line number Diff line number Diff line change 11[package ]
22name = " embassy-time"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44edition = " 2021"
55description = " Instant and Duration for embedded no-std systems, with async timer support"
66repository = " https://github.com/embassy-rs/embassy"
You can’t perform that action at this time.
0 commit comments