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
1818
1919- None
2020
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+
2129## [ Version 0.8.0] - 2024-07-12
2230
2331### Changed
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88name = " embedded-sdmmc"
99readme = " README.md"
1010repository = " https://github.com/rust-embedded-community/embedded-sdmmc-rs"
11- version = " 0.8.0 "
11+ version = " 0.8.1 "
1212
1313[dependencies ]
1414byteorder = {version = " 1" , default-features = false }
You can’t perform that action at this time.
0 commit comments