From 954c68457fda6f1b9b87393f3130f74da5f548f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Harabie=C5=84?= Date: Sat, 23 Jan 2021 23:49:42 +0100 Subject: [PATCH] Release version 0.3.5 --- CHANGELOG.md | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d2d5e..fb991d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ Changelog ========= -0.3.5 (not released yet) +0.3.5 (2021-01-23) ------------------------ Bug fixes: -* Fix file-system corruption when creating multiple directory entries in non-root directory (directory size must - be greater or equal to cluster size for corruption to happen) +* Fix file-system corruption that occurs when creating multiple directory entries in a non-root directory (directory + size must be greater or equal to the cluster size for the corruption to happen) 0.3.4 (2020-07-20) ------------------ diff --git a/Cargo.toml b/Cargo.toml index 30ef58e..362a9a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fatfs" -version = "0.3.4" +version = "0.3.5" authors = ["Rafał Harabień "] repository = "https://github.com/rafalh/rust-fatfs" readme = "README.md"