Skip to content

Commit 5b90d96

Browse files
committed
chore: release v3.12.0
1 parent 6e99572 commit 5b90d96

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 3.12.0
4+
5+
- Add a `keep(keep: bool)` function to builder that suppresses delete-on-drop behavior (thanks to @RalfJung).
6+
- Update `windows-sys` from 0.52 to 0.59.
7+
38
## 3.11.0
49

510
- Add the ability to override the default temporary directory. This API shouldn't be used in general, but there are some cases where it's unavoidable.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tempfile"
3-
version = "3.11.0"
3+
version = "3.12.0"
44
authors = [
55
"Steven Allen <[email protected]>",
66
"The Rust Project Developers",

0 commit comments

Comments
 (0)