Skip to content

Commit 6ecd9f1

Browse files
committed
chore: release 3.16.0
1 parent 3693c01 commit 6ecd9f1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 3.16.0
4+
5+
- Update `getrandom` to `0.3.0` (thanks to @paolobarbolini).
6+
- Allow `windows-sys` versions `0.59.x` in addition to `0.59.0` (thanks @ErichDonGubler).
7+
- Improved security documentation (thanks to @n0toose for collaborating with me on this).
8+
39
## 3.15.0
410

511
Re-seed the per-thread RNG from system randomness when we repeatedly fail to create temporary files (#314). This resolves a potential DoS vector (#178) while avoiding `getrandom` in the common case where it's necessary. The feature is optional but enabled by default via the `getrandom` feature.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tempfile"
3-
version = "3.15.0"
3+
version = "3.16.0"
44
authors = [
55
"Steven Allen <steven@stebalien.com>",
66
"The Rust Project Developers",

0 commit comments

Comments
 (0)