From b232c584c89de0793361e04945f8acd3c35af879 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 8 Nov 2024 01:32:30 +0000 Subject: [PATCH] chore: release 3.14.0 (#307) --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 672e62984..534463e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 3.14.0 + +- Make the wasip2 target work (requires tempfile's "nightly" feature to be enabled). [#305](https://github.com/Stebalien/tempfile/pull/305). +- Allow older windows-sys versions [#304](https://github.com/Stebalien/tempfile/pull/305). + ## 3.13.0 - Add `with_suffix` constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension). Thanks to @Borgerr. diff --git a/Cargo.toml b/Cargo.toml index 6bc5e0d3e..0cb8e23da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tempfile" -version = "3.13.0" +version = "3.14.0" authors = [ "Steven Allen ", "The Rust Project Developers",