diff --git a/CHANGELOG.md b/CHANGELOG.md index dcad34a..f462fa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## atomic-write-file 0.1.4 + +### Linux changes + +* Fix a potential data loss problem with anonymous temporary files on btrfs + (see [GitHub issue + #6](https://github.com/andreacorbellini/rust-atomic-write-file/issues/6) for + details). + ## atomic-write-file 0.1.3 ### Unix changes diff --git a/Cargo.toml b/Cargo.toml index cb8bacf..2fcc791 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atomic-write-file" -version = "0.1.3" +version = "0.1.4" authors = ["Andrea Corbellini "] edition = "2021" license = "BSD-3-Clause"