Skip to content

Commit fa049e0

Browse files
committed
storage version updated to 0.4.2, release notes added
1 parent cea36e7 commit fa049e0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Releases.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release notes for the Secret Toolkit
22

3+
## secret-toolkit-storage v0.4.2
4+
5+
* BUGFIX: clippy errors resolved
6+
* Added `.add_suffix` and `.clone` methods to `secret-toolkit::storage::Item`
7+
* Minor performance updates to `secret-toolkit::storage::Keymap`
8+
39
## secret-toolkit-storage v0.4.1
410

511
* BUGFIX: `Item::is_empty` was returning the opposite value from what you'd expect.

packages/storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "secret-toolkit-storage"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2018"
55
authors = ["SCRT Labs <[email protected]>"]
66
license-file = "../../LICENSE"

packages/toolkit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ secret-toolkit-permit = { version = "0.3.0", path = "../permit", optional = true
3333
secret-toolkit-serialization = { version = "0.3", path = "../serialization", optional = true }
3434
secret-toolkit-snip20 = { version = "0.3", path = "../snip20", optional = true }
3535
secret-toolkit-snip721 = { version = "0.3", path = "../snip721", optional = true }
36-
secret-toolkit-storage = { version = "0.4.1", path = "../storage", optional = true }
36+
secret-toolkit-storage = { version = "0.4", path = "../storage", optional = true }
3737
secret-toolkit-utils = { version = "0.3", path = "../utils", optional = true }
3838
secret-toolkit-viewing-key = { version = "0.3", path = "../viewing_key", optional = true }

0 commit comments

Comments
 (0)