Skip to content

Commit 54d5f70

Browse files
authored
zeroize v1.6.0 (#876)
1 parent e03bf4e commit 54d5f70

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.0 (2023-03-26)
8+
### Added
9+
- Impl `Zeroize` for `core::num::Wrapping` ([#818])
10+
- Impl `Zeroize` for `str` and `Box<str>` ([#842])
11+
12+
### Changed
13+
- 2021 edition upgrade; MSRV 1.56 ([#869])
14+
15+
[#818]: https://github.com/RustCrypto/utils/pull/818
16+
[#842]: https://github.com/RustCrypto/utils/pull/842
17+
[#869]: https://github.com/RustCrypto/utils/pull/869
18+
719
## 1.5.7 (2022-07-20)
820
### Added
921
- Optional `serde` support ([#780])

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.6.0-pre"
3+
version = "1.6.0"
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)