File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ ## [ 0.4.1 ] - 2023-11-28
99
1010- Let ` &mut ` ` NorFlash ` implement ` NorFlash ` .
11+ - Reexport NOR flash errors from ` embedded-storage ` .
1112- Use now stabilized ` async_fn_in_trait ` and ` impl_trait_projections ` .
1213
1314## [ 0.4.0] - 2022-12-01
@@ -20,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2021
2122Initial release to crates.io.
2223
23- [ Unreleased ] : https://github.com/rust-embedded-community/embedded-storage/compare/embedded-storage-async-v0.4.0...HEAD
24+ [ Unreleased ] : https://github.com/rust-embedded-community/embedded-storage/compare/embedded-storage-async-v0.4.1...HEAD
25+ [ 0.4.1 ] : https://github.com/rust-embedded-community/embedded-storage/compare/embedded-storage-async-v0.4.0...embedded-storage-async-v0.4.1
2426[ 0.4.0 ] : https://github.com/rust-embedded-community/embedded-storage/compare/embedded-storage-async-v0.3.0...embedded-storage-async-v0.4.0
2527[ 0.3.0 ] : https://github.com/rust-embedded-community/embedded-storage/releases/tag/embedded-storage-async-v0.3.0
Original file line number Diff line number Diff line change 11[package ]
22name = " embedded-storage-async"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44authors = [
55 " Mathias Koch <mk@blackbird.online>" ,
66 " Ulf Lilleengen <lulf@redhat.com>" ,
Original file line number Diff line number Diff line change 1- use embedded_storage:: nor_flash:: ErrorType ;
1+ pub use embedded_storage:: nor_flash:: { ErrorType , NorFlashError , NorFlashErrorKind } ;
22
33/// Read only NOR flash trait.
44pub trait ReadNorFlash : ErrorType {
You can’t perform that action at this time.
0 commit comments