We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b4b08 commit b8b31bcCopy full SHA for b8b31bc
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## atomic-write-file 0.1.4
4
+
5
+### Linux changes
6
7
+* Fix a potential data loss problem with anonymous temporary files on btrfs
8
+ (see [GitHub issue
9
+ #6](https://github.com/andreacorbellini/rust-atomic-write-file/issues/6) for
10
+ details).
11
12
## atomic-write-file 0.1.3
13
14
### Unix changes
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atomic-write-file"
-version = "0.1.3"
+version = "0.1.4"
authors = ["Andrea Corbellini <[email protected]>"]
edition = "2021"
license = "BSD-3-Clause"
0 commit comments