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",