Skip to content

Commit

Permalink
Merge pull request #403 from iotaledger/release/version-updates
Browse files Browse the repository at this point in the history
Apply Version Updates From Current Changes
  • Loading branch information
felsweg-iota committed Jul 6, 2022
2 parents 289514d + 3b057c8 commit 06001c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changes/testproc.md

This file was deleted.

6 changes: 6 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.8.0]

- add insecure feature gated procedure to check values stored inside vault
- [a30fc8ea](https://www.github.com/iotaledger/stronghold.rs/commit/a30fc8eace0ab6af92a44c8848ee848162db9652) doc: add changes doc on 2022-07-06
- [aeb13540](https://www.github.com/iotaledger/stronghold.rs/commit/aeb1354034111335b67244de3e5eaf0af5a595df) doc: fix typo on 2022-07-06

## \[0.7.1]

- reduce visibility of Client runners `get_guard` function
Expand Down
7 changes: 2 additions & 5 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iota_stronghold"
version = "0.7.1"
version = "0.8.0"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -15,10 +15,7 @@ categories = [ "security" ]
default = [ "std" ]
p2p = [ "std", "futures", "pin-project", "stronghold-p2p" ]
std = [ ]

# use this feature flag to enable insecure testing functions. This feature flag is disabled by default, and
# MUST NOT be used in production setups
insecure = []
insecure = [ ]

[dependencies]
thiserror = { version = "1.0.30" }
Expand Down

0 comments on commit 06001c3

Please sign in to comment.