Skip to content

Commit fe9f4a3

Browse files
authored
chore: release v3.23.0 (#381)
1 parent 006c3fd commit fe9f4a3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.23.0
4+
5+
- Remove need for the "nightly" feature to compile with "wasip2".
6+
37
## 3.22.0
48

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

32-
**BREAKING**:
33-
3436
## 3.19.1
3537

3638
- 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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tempfile"
3-
version = "3.22.0"
3+
version = "3.23.0"
44
authors = [
55
"Steven Allen <[email protected]>",
66
"The Rust Project Developers",

0 commit comments

Comments
 (0)