Skip to content

Commit

Permalink
Merge pull request #364 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 Jun 1, 2022
2 parents 988ab9d + 027be21 commit 888202a
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 33 deletions.
7 changes: 0 additions & 7 deletions .changes/bump.md

This file was deleted.

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

## \[0.5.0]

- Bump
- [6f1c160a](https://www.github.com/iotaledger/stronghold.rs/commit/6f1c160a3182f136868406bdca99022efd45dd67) Fix versions for covector on 2022-06-01

## \[0.6.0]

- - Refactor Sink and Stream implementation for EventChannel
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iota_stronghold"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down
6 changes: 6 additions & 0 deletions engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.5.1]

- Bump
- Bumped due to a bump in stronghold-runtime.
- [6f1c160a](https://www.github.com/iotaledger/stronghold.rs/commit/6f1c160a3182f136868406bdca99022efd45dd67) Fix versions for covector on 2022-06-01

## \[0.5.0]

- - Refactor Sink and Stream implementation for EventChannel
Expand Down
4 changes: 2 additions & 2 deletions engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stronghold_engine"
version = "0.5.0"
version = "0.5.1"
authors = [
"IOTA Stiftung",
"tensorprogramming <tensordeveloper@gmail.com>"
Expand Down Expand Up @@ -29,7 +29,7 @@ serde = { version = "1.0", features = [ "derive" ] }

[dependencies.stronghold-runtime]
path = "runtime"
version = "0.4"
version = "0.5"

[dependencies.digest]
version = "0.10.1"
Expand Down
5 changes: 5 additions & 0 deletions engine/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[0.5.0]

- Bump
- [6f1c160a](https://www.github.com/iotaledger/stronghold.rs/commit/6f1c160a3182f136868406bdca99022efd45dd67) Fix versions for covector on 2022-06-01

## \[0.2.0]

- - Refactor Sink and Stream implementation for EventChannel
Expand Down
44 changes: 22 additions & 22 deletions engine/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
[package]
name = "stronghold-runtime"
version = "0.4.0"
authors = [ "IOTA Stiftung", "Alexandre Dang <alexandre.dang@iota.org" ]
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
description = "Data structures for memory protection at runtime"
repository = "https://github.com/iotaledger/stronghold.rs"
homepage = "https://wiki.iota.org/stronghold.rs/welcome"
documentation = "https://wiki.iota.org/stronghold.rs/welcome"
keywords = [ "iota", "stronghold", "security" ]
categories = [ "security" ]
name = "stronghold-runtime"
version = "0.5.0"
authors = [ "IOTA Stiftung", "Alexandre Dang <alexandre.dang@iota.org" ]
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
description = "Data structures for memory protection at runtime"
repository = "https://github.com/iotaledger/stronghold.rs"
homepage = "https://wiki.iota.org/stronghold.rs/welcome"
documentation = "https://wiki.iota.org/stronghold.rs/welcome"
keywords = [ "iota", "stronghold", "security" ]
categories = [ "security" ]

[lib]
name = "runtime"
name = "runtime"

[dependencies]
zeroize = { version = "1.4.3" }
libsodium-sys = { version = "0.2" }
serde = { version = "1.0", features = [ "derive" ] }
random = { version = "0.8.4", package = "rand" }
dirs = { version = "4.0.0" }
thiserror = { version = "1.0" }
iota-crypto = { version = "0.8.0", features = [ "blake2b" ] }
zeroize = { version = "1.4.3" }
libsodium-sys = { version = "0.2" }
serde = { version = "1.0", features = [ "derive" ] }
random = { version = "0.8.4", package = "rand" }
dirs = { version = "4.0.0" }
thiserror = { version = "1.0" }
iota-crypto = { version = "0.8.0", features = [ "blake2b" ] }

[dev-dependencies]
serde_json = { version = "1.0" }
serde_json = { version = "1.0" }
5 changes: 5 additions & 0 deletions rlu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[0.5.0]

- Bump
- [6f1c160a](https://www.github.com/iotaledger/stronghold.rs/commit/6f1c160a3182f136868406bdca99022efd45dd67) Fix versions for covector on 2022-06-01

## \[0.2.0]

- - Refactor Sink and Stream implementation for EventChannel
Expand Down
2 changes: 1 addition & 1 deletion rlu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stronghold-rlu"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = [
"IOTA Stiftung",
Expand Down

0 comments on commit 888202a

Please sign in to comment.