Skip to content

Commit 42fff68

Browse files
committed
chore: release v3.19.0
1 parent 61b4283 commit 42fff68

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 3.19.0
4+
5+
- Remove direct dependency on `cfg-if`. It's still in the tree, but we didn't really need to use it in this crate.
6+
- Add an unstable feature (`unstable-windows-keep-open-tempfile`) to test a potential fix to #339.
7+
38
## 3.18.0
49

510
- Update `rustix` to 1.0.0.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tempfile"
3-
version = "3.18.0"
3+
version = "3.19.0"
44
authors = [
55
"Steven Allen <[email protected]>",
66
"The Rust Project Developers",

0 commit comments

Comments
 (0)