File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ ## [ 0.4.1 ] - 2023-11-28
9
9
10
10
- Let ` &mut ` ` NorFlash ` implement ` NorFlash ` .
11
+ - Reexport NOR flash errors from ` embedded-storage ` .
11
12
- Use now stabilized ` async_fn_in_trait ` and ` impl_trait_projections ` .
12
13
13
14
## [ 0.4.0] - 2022-12-01
@@ -20,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
20
21
21
22
Initial release to crates.io.
22
23
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
24
26
[ 0.4.0 ] : https://github.com/rust-embedded-community/embedded-storage/compare/embedded-storage-async-v0.3.0...embedded-storage-async-v0.4.0
25
27
[ 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 1
1
[package ]
2
2
name = " embedded-storage-async"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
authors = [
5
5
" Mathias Koch <[email protected] >" ,
6
6
" Ulf Lilleengen <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments