Skip to content

Commit

Permalink
secrecy v0.10.3 (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion authored Oct 9, 2024
1 parent 3141f34 commit 70eaa76
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions secrecy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.10.3 (2024-10-09)
### Added
- Make integer primitive `SecretSlice`s cloneable ([#1236])
- Impl `From<&str>` for `SecretString` ([#1237])

[#1236]: https://github.com/iqlusioninc/crates/pull/1236
[#1237]: https://github.com/iqlusioninc/crates/pull/1237

## 0.10.2 (2024-09-20)
### Added
- Impl `Deserialize` for `SecretString` ([#1220])
Expand Down
2 changes: 1 addition & 1 deletion secrecy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ they aren't accidentally copied, logged, or otherwise exposed
(as much as possible), and also ensure secrets are securely wiped
from memory when dropped.
"""
version = "0.10.2"
version = "0.10.3"
authors = ["Tony Arcieri <tony@iqlusion.io>"]
license = "Apache-2.0 OR MIT"
homepage = "https://github.com/iqlusioninc/crates/"
Expand Down
2 changes: 1 addition & 1 deletion secrecy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ without any additional terms or conditions.

[//]: # (badges)

[crate-image]: https://img.shields.io/crates/v/secrecy.svg
[crate-image]: https://img.shields.io/crates/v/secrecy.svg?logo=rust
[crate-link]: https://crates.io/crates/secrecy
[docs-image]: https://docs.rs/secrecy/badge.svg
[docs-link]: https://docs.rs/secrecy/
Expand Down

0 comments on commit 70eaa76

Please sign in to comment.