Skip to content

Commit 61531ea

Browse files
committed
chore: release v3.10.0
1 parent e246c4a commit 61531ea

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 3.10.0
4+
5+
- Drop `redox_syscall` dependency, we now use `rustix` for Redox.
6+
- Add `Builder::permissions` for setting the permissions on temporary files and directories (thanks to @Byron).
7+
- Update rustix to 0.38.31.
8+
- Update fastrand to 2.0.1.
9+
310
## 3.9.0
411

512
- Updates windows-sys to 0.52

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tempfile"
3-
version = "3.9.0"
3+
version = "3.10.0"
44
authors = [
55
"Steven Allen <steven@stebalien.com>",
66
"The Rust Project Developers",

0 commit comments

Comments
 (0)