forked from M-Labs/rust-fatfs
Release version 0.3.5
This commit is contained in:
parent
01b4d0d6f1
commit
954c68457f
@ -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)
|
||||||
------------------
|
------------------
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user