File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,14 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
18
18
19
19
- None
20
20
21
+ ## [ Version 0.8.1] - 2024-11-03
22
+
23
+ ### Changed
24
+
25
+ * Second FAT is now updated, if it is present
26
+ * When creating a directory ` .. ` now points at the root directory correctly
27
+ * The info block containing the free cluster count is now updated when unmounting a FAT32 volume.
28
+
21
29
## [ Version 0.8.0] - 2024-07-12
22
30
23
31
### Changed
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
8
8
name = " embedded-sdmmc"
9
9
readme = " README.md"
10
10
repository = " https://github.com/rust-embedded-community/embedded-sdmmc-rs"
11
- version = " 0.8.0 "
11
+ version = " 0.8.1 "
12
12
13
13
[dependencies ]
14
14
byteorder = {version = " 1" , default-features = false }
You can’t perform that action at this time.
0 commit comments