Skip to content

Commit a354f8c

Browse files
committed
chore: release 3.13.0
1 parent d21b602 commit a354f8c

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.13.0
4+
5+
- Add `with_suffix` constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension). Thanks to @Borgerr.
6+
- Update dependencies (fastrand & rustix).
7+
38
## 3.12.0
49

510
- Add a `keep(keep: bool)` function to builder that suppresses delete-on-drop behavior (thanks to @RalfJung).

Cargo.toml

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

0 commit comments

Comments
 (0)