Skip to content

Commit

Permalink
Bump to v0.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Nov 3, 2024
1 parent 899aab4 commit bbb7374
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic

- None

## [Version 0.8.1] - 2024-11-03

### Changed

* Second FAT is now updated, if it is present
* When creating a directory `..` now points at the root directory correctly
* The info block containing the free cluster count is now updated when unmounting a FAT32 volume.

## [Version 0.8.0] - 2024-07-12

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
name = "embedded-sdmmc"
readme = "README.md"
repository = "https://github.com/rust-embedded-community/embedded-sdmmc-rs"
version = "0.8.0"
version = "0.8.1"

[dependencies]
byteorder = {version = "1", default-features = false}
Expand Down

0 comments on commit bbb7374

Please sign in to comment.