File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## Unreleased
9
9
10
+ No unreleased changes yet
11
+
12
+ ## [ 0.3.1] - 2023-12-04
13
+
10
14
- Let ` &mut ` ` NorFlash ` implement ` NorFlash ` .
11
15
12
16
## [ 0.3.0] - 2022-02-07
@@ -25,6 +29,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
25
29
26
30
Initial release to crates.io.
27
31
28
- [ Unreleased ] : https://github.com/rust-embedded-community/embedded-storage/compare/v0.2.0...HEAD
32
+ [ Unreleased ] : https://github.com/rust-embedded-community/embedded-storage/compare/v0.3.1...HEAD
33
+ [ 0.3.1 ] : https://github.com/rust-embedded-community/embedded-storage/releases/tag/v0.3.1
34
+ [ 0.3.0 ] : https://github.com/rust-embedded-community/embedded-storage/releases/tag/v0.3.0
29
35
[ 0.2.0 ] : https://github.com/rust-embedded-community/embedded-storage/releases/tag/v0.2.0
30
36
[ 0.1.0 ] : https://github.com/rust-embedded-community/embedded-storage/releases/tag/v0.1.0
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ keywords = ["storage"]
18
18
categories = [" embedded" , " hardware-support" , " no-std" ]
19
19
20
20
[dependencies ]
21
- embedded-storage = { version = " 0.3.0 " , path = " ../" }
21
+ embedded-storage = { version = " 0.3.1 " , path = " ../" }
You can’t perform that action at this time.
0 commit comments