Skip to content

Commit d258544

Browse files
committed
chore: release 3.7.0
1 parent da36cd5 commit d258544

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 3.7.0
4+
5+
BREAKING: This release updates the MSRV to 1.63. This isn't an API-breaking change (so no major
6+
release) but it's still a breaking change for some users.
7+
8+
- Update fastrand from 1.6 to 2.0
9+
- Update rustix to 0.38
10+
- Updates the MSRV to 1.63.
11+
- Provide AsFd/AsRawFd on wasi.
12+
313
## 3.6.0
414

515
- Update windows-sys to 0.48.

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.6.0"
3+
version = "3.7.0"
44
authors = [
55
"Steven Allen <[email protected]>",
66
"The Rust Project Developers",

0 commit comments

Comments
 (0)