Skip to content

Commit

Permalink
chore: release v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Aug 6, 2024
1 parent 6e99572 commit 5b90d96
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.12.0

- Add a `keep(keep: bool)` function to builder that suppresses delete-on-drop behavior (thanks to @RalfJung).
- Update `windows-sys` from 0.52 to 0.59.

## 3.11.0

- 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.
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.11.0"
version = "3.12.0"
authors = [
"Steven Allen <steven@stebalien.com>",
"The Rust Project Developers",
Expand Down

0 comments on commit 5b90d96

Please sign in to comment.