From ded4c252839832521c8083884379f01eb9935dd6 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 18 Aug 2023 15:16:10 -0700 Subject: [PATCH] chore: release 3.8.0 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 678a2f659..a3576e025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 3.8.0 + +- Added `with_prefix` and `with_prefix_in` to `TempDir` and `NamedTempFile` to make it easier to create temporary files/directories with nice prefixes. +- Misc cleanups. + ## 3.7.1 - Tempfile builds on haiku again. diff --git a/Cargo.toml b/Cargo.toml index 5fdaac1b5..d727a16cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tempfile" -version = "3.7.1" +version = "3.8.0" authors = [ "Steven Allen ", "The Rust Project Developers",