Skip to content

Commit

Permalink
chore: release 3.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Feb 17, 2025
1 parent 78309ed commit 714a259
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.17.1

- Fix build with `windows-sys` 0.52. Unfortunately, we have no CI for older `windows-sys` versions at the moment...

## 3.17.0

- Make sure to use absolute paths in when creating unnamed temporary files (avoids a small race in the "immediate unlink" logic) and in `Builder::make_in` (when creating temporary files of arbitrary types).
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.17.0"
version = "3.17.1"
authors = [
"Steven Allen <[email protected]>",
"The Rust Project Developers",
Expand Down

0 comments on commit 714a259

Please sign in to comment.