Skip to content

Commit

Permalink
version 0.1.6->0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyob94 committed Sep 14, 2024
1 parent db5fb2e commit 476f251
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 0.1.7 - 2024-09-13

- [#11] (https://github.com/Eyob94/shush-rs/pull/11) String
- Implement Display for SecretGuard & SecretGuardMut

## 0.1.6 - 2024-09-11

- [#10](https://github.com/Eyob94/shush-rs/pull/10) SecretVec
Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shush-rs"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A Rust crate designed to manage sensitive data securely by leveraging memory protection mechanisms."
Expand Down

0 comments on commit 476f251

Please sign in to comment.