Release version 0.3.5

This commit is contained in:
Rafał Harabień 2021-01-23 23:49:42 +01:00
parent 01b4d0d6f1
commit 954c68457f
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
Changelog Changelog
========= =========
0.3.5 (not released yet) 0.3.5 (2021-01-23)
------------------------ ------------------------
Bug fixes: Bug fixes:
* Fix file-system corruption when creating multiple directory entries in non-root directory (directory size must * Fix file-system corruption that occurs when creating multiple directory entries in a non-root directory (directory
be greater or equal to cluster size for corruption to happen) size must be greater or equal to the cluster size for the corruption to happen)
0.3.4 (2020-07-20) 0.3.4 (2020-07-20)
------------------ ------------------

View File

@ -1,6 +1,6 @@
[package] [package]
name = "fatfs" name = "fatfs"
version = "0.3.4" version = "0.3.5"
authors = ["Rafał Harabień <rafalh92@outlook.com>"] authors = ["Rafał Harabień <rafalh92@outlook.com>"]
repository = "https://github.com/rafalh/rust-fatfs" repository = "https://github.com/rafalh/rust-fatfs"
readme = "README.md" readme = "README.md"