Skip to content

Commit 852aaf4

Browse files
secrecy v0.10.2 (#1222)
1 parent 315a85b commit 852aaf4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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.

secrecy/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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+
## 0.10.2 (2024-09-20)
8+
### Added
9+
- Impl `Deserialize` for `SecretString` ([#1220])
10+
11+
[#1220]: https://github.com/iqlusioninc/crates/pull/1220
12+
713
## 0.10.1 (2024-09-18)
814
### Added
915
- Impl `Clone` for `SecretString` ([#1217])

secrecy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ they aren't accidentally copied, logged, or otherwise exposed
66
(as much as possible), and also ensure secrets are securely wiped
77
from memory when dropped.
88
"""
9-
version = "0.10.1"
9+
version = "0.10.2"
1010
authors = ["Tony Arcieri <[email protected]>"]
1111
license = "Apache-2.0 OR MIT"
1212
homepage = "https://github.com/iqlusioninc/crates/"

0 commit comments

Comments
 (0)