Skip to content

Commit a650145

Browse files
authored
zeroize v1.6.1 (#981)
1 parent 708aa72 commit a650145

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zeroize/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 1.6.1 (2023-11-15)
8+
### Added
9+
- Impl `Zeroize` for `MaybeUninit` ([#900])
10+
11+
### Removed
12+
- Unnecessary `cfg`s on SIMD type impls ([#930])
13+
14+
[#900]: https://github.com/RustCrypto/utils/pull/900
15+
[#930]: https://github.com/RustCrypto/utils/pull/930
16+
717
## 1.6.0 (2023-03-26)
818
### Added
919
- Impl `Zeroize` for `core::num::Wrapping` ([#818])

zeroize/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zeroize"
3-
version = "1.6.0"
3+
version = "1.6.1"
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)