Skip to content

Commit

Permalink
Version 0.1.7 -> 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyob94 committed Sep 14, 2024
1 parent 5a94c5b commit 410571d
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.8 - 2024-09-13

- [#12] (https://github.com/Eyob94/shush-rs/pull/11) SecretVec
- Implement `from_vec` for SecretGuard & SecretGuardMut

### 0.1.7 - 2024-09-13

- [#11] (https://github.com/Eyob94/shush-rs/pull/11) String
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.7"
version = "0.1.8"
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 410571d

Please sign in to comment.