Skip to content

Releases: andreacorbellini/rust-atomic-write-file

v0.1.4

25 Apr 13:18
Compare
Choose a tag to compare

Linux changes

  • Fix a potential data loss problem with anonymous temporary files on btrfs (see GitHub issue #6 for details).

v0.1.3

01 Mar 23:15
Compare
Choose a tag to compare

Unix changes

  • Update dependency on nix to version 0.28. This improves compatibility with Illumos, Solaris, and Solaris-like operating systems. (contributed by Rain).

v0.1.2

30 Nov 19:00
Compare
Choose a tag to compare

Linux changes

  • Detect whether anonymous temporary files are supported or not, and automatically fall back to named temporary files in case they're not.

v0.1.1

28 Nov 08:59
Compare
Choose a tag to compare

Unix changes

  • Update dependency on nix to version 0.27 (contributed by messense).

v0.1.0

28 Nov 08:48
Compare
Choose a tag to compare

Initial release