Skip to content

Commit

Permalink
chore: release 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Aug 6, 2023
1 parent a5c236c commit bf8f7ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.7.1

- Tempfile builds on haiku again.
- Under the hood, we've switched from the unlinkat/linkat syscalls to the regular unlink/link syscalls where possible.

## 3.7.0

BREAKING: This release updates the MSRV to 1.63. This isn't an API-breaking change (so no major
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.7.0"
version = "3.7.1"
authors = [
"Steven Allen <steven@stebalien.com>",
"The Rust Project Developers",
Expand Down

0 comments on commit bf8f7ea

Please sign in to comment.