diff --git a/CHANGELOG.md b/CHANGELOG.md index e8894b3dc..75180f949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 3.10.0 + +- Drop `redox_syscall` dependency, we now use `rustix` for Redox. +- Add `Builder::permissions` for setting the permissions on temporary files and directories (thanks to @Byron). +- Update rustix to 0.38.31. +- Update fastrand to 2.0.1. + ## 3.9.0 - Updates windows-sys to 0.52 diff --git a/Cargo.toml b/Cargo.toml index 92ca81df7..496d73103 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tempfile" -version = "3.9.0" +version = "3.10.0" authors = [ "Steven Allen ", "The Rust Project Developers",