Skip to content

Commit 113694e

Browse files
authored
zeroize: add v1.8.2 changelog entry (#1230)
v1.8.2. was released in #1229. Also bumps the version down to `1.9.0-pre` to note that v1.9.0 has not yet been released.
1 parent faf252c commit 113694e

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zeroize/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
[#1149]: https://github.com/RustCrypto/utils/pull/1149
1212

13+
## 1.8.2 (2025-09-29)
14+
### Changed
15+
- Switch from `doc_auto_cfg` to `doc_cfg` ([#1228])
16+
17+
[#1228]: https://github.com/RustCrypto/utils/pull/1228
18+
1319
## 1.8.1 (2024-05-25)
1420
### Changed
1521
- Feature-gate AVX-512 support under `simd`; restores MSRV 1.60 ([#1073])

zeroize/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zeroize"
3-
version = "1.9.0"
3+
version = "1.9.0-pre"
44
description = """
55
Securely clear secrets from memory with a simple trait built on
66
stable Rust primitives which guarantee memory is zeroed using an

0 commit comments

Comments
 (0)