Skip to content

Commit bbb7374

Browse files
committed
Bump to v0.8.1.
1 parent 899aab4 commit bbb7374

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
name = "embedded-sdmmc"
99
readme = "README.md"
1010
repository = "https://github.com/rust-embedded-community/embedded-sdmmc-rs"
11-
version = "0.8.0"
11+
version = "0.8.1"
1212

1313
[dependencies]
1414
byteorder = {version = "1", default-features = false}

0 commit comments

Comments
 (0)