From bf8f7ea4362894f572935ea730a271378d7277f2 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Sun, 6 Aug 2023 14:38:12 -0700 Subject: [PATCH] chore: release 3.7.1 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e4c9bc2..678a2f659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 3ddb9c545..5fdaac1b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tempfile" -version = "3.7.0" +version = "3.7.1" authors = [ "Steven Allen ", "The Rust Project Developers",