Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.23.0

- Remove need for the "nightly" feature to compile with "wasip2".

## 3.22.0

- Updated `windows-sys` requirement to allow version 0.61.x
Expand Down Expand Up @@ -29,8 +33,6 @@ Finally, this release improves documentation, especially the top-level documenta
- `Builder::keep` deprecated in favor of `Builder::disable_cleanup`.
- `TempDir::into_path` is deprecated in favor of `TempDir::keep`.

**BREAKING**:

## 3.19.1

- Don't unlink temporary files immediately on Windows (fixes #339). Unfortunately, this seemed to corrupt the file object (possibly a Windows kernel bug) in rare cases and isn't strictly speaking necessary.
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.22.0"
version = "3.23.0"
authors = [
"Steven Allen <[email protected]>",
"The Rust Project Developers",
Expand Down
Loading