From bbb7374d7f445f5ae7a5d1e25f840e8ef171cddd Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Sun, 3 Nov 2024 14:31:22 +0000 Subject: [PATCH] Bump to v0.8.1. --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb40f3a..0d242671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 88412f76..53f6dfa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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}