0.5.2 - 2024-11-28
- Bump
tempfile
to3.14
- Miscellaneous code cleanup and lints
0.5.1 - 2024-09-05
- Miscellaneous code cleanup and lints
0.5.0 - 2023-10-05
- Bump MSRV
1.73.0
- Drop
rustix
in favor of stablestd::os::unix::fs::fchown
- Direct library code is now 100% safe
0.4.1 - 2023-09-10
- Remove unnecessary
BufWriter
wrapper
0.4.0 - 2023-07-24
- Bump
tempfile
to3.7.0
- Bump
rustix
to0.38
- Bump MSRV to
1.63
0.3.2 - 2023-06-01
This release improves the unit testing coverage, but has no user-facing changes.
0.3.1 - 2023-03-31
- Bump
tempfile
to3.5.0
- Bump
rustix
to0.37
0.3.0 - 2023-03-09
- Use
tempfile
for all temporary file writes (it now natively supportsO_TMPFILE
); - Replace
libc::fchown
withrustix::fs::fchown
for better parity withtempfile
's dependencies; - Improve performance of
copy_file
;
0.2.10 - 2023-03-03
- Bump
tempfile
to3.4.0
0.2.9 - 2023-02-13
- Support
fastrand
up to1.9.0
0.2.8 - 2023-01-26
- Doc changes (copyright year, etc.)
0.2.7 - 2022-11-03
- Remove unneeded borrow
0.2.6 - 2022-09-22
- Lower MSRV
1.56
- Improve docs
0.2.5 - 2022-07-30
copy_file
0.2.4 - 2022-07-24
- Bump
fastrand
1.8.0
0.2.3 - 2022-05-19
- Update and lock third-party dependency versions
0.2.1 - 2022-01-10
- Update dependencies.
- Replace
rand
withfastrand
.
0.2.0 - 2021-10-21
- This changelog! Haha.
- Use Rust edition 2021.