Skip to content

Commit

Permalink
chore: release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Jun 6, 2023
1 parent a2b45b3 commit 86b3136
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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.5.0"
version = "3.6.0"
authors = [
"Steven Allen <steven@stebalien.com>",
"The Rust Project Developers",
Expand Down
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
3.6.0
=====

- Update windows-sys to 0.48.
- Update rustix min version to 0.37.11
- Forward some `NamedTempFile` and `SpooledTempFile` methods to the underlying `File` object for
better performance (especially vectorized writes, etc.).
- Implement `AsFd` and `AsHandle`.
- Misc documentation fixes and code cleanups.

3.5.0
=====

Expand Down

0 comments on commit 86b3136

Please sign in to comment.