Skip to content

Commit 70eaa76

Browse files
secrecy v0.10.3 (#1238)
1 parent 3141f34 commit 70eaa76

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.3 (2024-10-09)
8+
### Added
9+
- Make integer primitive `SecretSlice`s cloneable ([#1236])
10+
- Impl `From<&str>` for `SecretString` ([#1237])
11+
12+
[#1236]: https://github.com/iqlusioninc/crates/pull/1236
13+
[#1237]: https://github.com/iqlusioninc/crates/pull/1237
14+
715
## 0.10.2 (2024-09-20)
816
### Added
917
- Impl `Deserialize` for `SecretString` ([#1220])

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.2"
9+
version = "0.10.3"
1010
authors = ["Tony Arcieri <[email protected]>"]
1111
license = "Apache-2.0 OR MIT"
1212
homepage = "https://github.com/iqlusioninc/crates/"

secrecy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ without any additional terms or conditions.
6161

6262
[//]: # (badges)
6363

64-
[crate-image]: https://img.shields.io/crates/v/secrecy.svg
64+
[crate-image]: https://img.shields.io/crates/v/secrecy.svg?logo=rust
6565
[crate-link]: https://crates.io/crates/secrecy
6666
[docs-image]: https://docs.rs/secrecy/badge.svg
6767
[docs-link]: https://docs.rs/secrecy/

0 commit comments

Comments
 (0)