Skip to content

Commit a0e93f7

Browse files
secrecy v0.10.1 (#1218)
1 parent 4877b2d commit a0e93f7

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.1 (2024-09-18)
8+
### Added
9+
- Impl `Clone` for `SecretString` ([#1217])
10+
11+
[#1217]: https://github.com/iqlusioninc/crates/pull/1217
12+
713
## 0.10.0 (2024-09-17)
814

915
This release represents a significant redesign of the `secrecy` crate. We will update this section

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.0"
9+
version = "0.10.1"
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)