Skip to content

Releases: Blobfolio/write_atomic

v0.5.1

05 Sep 19:30
Compare
Choose a tag to compare

Changed

  • Miscellaneous code cleanup and lints

v0.5.0

05 Oct 19:19
Compare
Choose a tag to compare

Changed

  • Bump MSRV 1.73.0
  • Drop rustix in favor of stable std::os::unix::fs::fchown
  • Direct library code is now 100% safe

v0.4.1

11 Sep 05:45
Compare
Choose a tag to compare

Changed

  • Remove unnecessary BufWriter wrapper

v0.4.0

25 Jul 04:41
Compare
Choose a tag to compare

Changed

  • Bump tempfile to 3.7.0
  • Bump rustix to 0.38
  • Bump MSRV to 1.63

v0.3.2

01 Jun 20:15
Compare
Choose a tag to compare

This release improves the unit testing coverage, but has no user-facing changes.

v0.3.1

31 Mar 18:53
Compare
Choose a tag to compare

Changed

  • Bump tempfile to 3.5.0
  • Bump rustix to 0.37

v0.3.0

09 Mar 16:46
Compare
Choose a tag to compare

Changed

  • Use tempfile for all temporary file writes (it now natively supports O_TMPFILE);
  • Replace libc::fchown with rustix::fs::fchown for better parity with tempfile's dependencies;
  • Improve performance of copy_file;

v0.2.10

03 Mar 19:21
Compare
Choose a tag to compare

Changed

  • Bump tempfile to 3.4.0

v0.2.9

14 Feb 07:00
Compare
Choose a tag to compare

Changed

  • Support fastrand up to 1.9.0

v0.2.8

26 Jan 17:34
Compare
Choose a tag to compare

Changed

  • Doc changes (copyright year, etc.)