Skip to content

Commit

Permalink
chore: release 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Sep 28, 2024
1 parent d21b602 commit a354f8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.13.0

- Add `with_suffix` constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension). Thanks to @Borgerr.
- Update dependencies (fastrand & rustix).

## 3.12.0

- Add a `keep(keep: bool)` function to builder that suppresses delete-on-drop behavior (thanks to @RalfJung).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tempfile"
version = "3.12.0"
version = "3.13.0"
authors = [
"Steven Allen <[email protected]>",
"The Rust Project Developers",
Expand Down

0 comments on commit a354f8c

Please sign in to comment.