@@ -24,6 +24,14 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
24
24
25
25
- __ Breaking Change__ : Removed the ` reason: &str ` argument from ` BlockDevice `
26
26
27
+ ## [ Version 0.8.1] - 2024-11-03
28
+
29
+ ### Changed
30
+
31
+ * Second FAT is now updated, if it is present
32
+ * When creating a directory ` .. ` now points at the root directory correctly
33
+ * The info block containing the free cluster count is now updated when unmounting a FAT32 volume.
34
+
27
35
## [ Version 0.8.0] - 2024-07-12
28
36
29
37
### Changed
@@ -172,13 +180,14 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
172
180
173
181
[ Keep a Changelog ] : http://keepachangelog.com/en/1.0.0/
174
182
[ Semantic Versioning ] : http://semver.org/spec/v2.0.0.html
175
- [ Unreleased ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.8.0...develop
176
- [ Version 0.8.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.8.0...v0.7.0
177
- [ Version 0.7.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.7.0...v0.6.0
178
- [ Version 0.6.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.6.0...v0.5.0
179
- [ Version 0.5.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.5.0...v0.4.0
180
- [ Version 0.4.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.4.0...v0.3.0
181
- [ Version 0.3.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.3.0...v0.2.1
182
- [ Version 0.2.1 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.2.1...v0.2.0
183
- [ Version 0.2.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.2.0...v0.1.1
183
+ [ Unreleased ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.8.1...develop
184
+ [ Version 0.8.1 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.8.0...v0.8.1
185
+ [ Version 0.8.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.7.0...v0.8.0
186
+ [ Version 0.7.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.6.0...v0.7.0
187
+ [ Version 0.6.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.5.0...v0.6.0
188
+ [ Version 0.5.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.4.0...v0.5.0
189
+ [ Version 0.4.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.3.0...v0.4.0
190
+ [ Version 0.3.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.2.1...v0.3.0
191
+ [ Version 0.2.1 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.2.0...v0.2.1
192
+ [ Version 0.2.0 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/compare/v0.1.1...v0.2.0
184
193
[ Version 0.1.1 ] : https://github.com/rust-embedded-community/embedded-sdmmc-rs/releases/tag/v0.1.1
0 commit comments