File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## Unreleased
99
10+ ## [ 0.3.0] - 2022-02-07
11+
1012- Require Nor flashes error types to be convertible to generic errors.
1113- Provide helper functions for Nor flashes to check for generic errors.
14+ - Add embedded-storage-async crate with async version of nor flash (requires nightly).
15+ - Add ` ErrorType ` trait to avoid needing to specify error type multiple times.
1216
1317## [ 0.2.0] - 2021-09-15
1418
Original file line number Diff line number Diff line change 11[package ]
22name = " embedded-storage"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44authors = [
55 " Mathias Koch <mk@blackbird.online>" ,
66]
Original file line number Diff line number Diff line change 11[package ]
22name = " embedded-storage-async"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44authors = [
55 " Mathias Koch <mk@blackbird.online>" ,
66]
You can’t perform that action at this time.
0 commit comments