Skip to content

Commit

Permalink
Merge pull request #367 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 2, 2022
2 parents c924709 + d390da5 commit 4caa32f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .changes/bump.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.5.0]

- bump version
- [b72f9fda](https://www.github.com/iotaledger/stronghold.rs/commit/b72f9fdaf68062dfcbc05155842f216649715ab5) fix: remove bindings from workspace dependencies on 2022-06-02
- [c9247092](https://www.github.com/iotaledger/stronghold.rs/commit/c9247092dfd9a95b926b66e06fdb3a0a4a3300a1) fix: package name on 2022-06-02

## \[0.6.0]

- Fix package description
Expand Down
3 changes: 1 addition & 2 deletions 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 Expand Up @@ -37,7 +37,6 @@ hkdf = { version = "0.11" }
bincode = { version = "1.3" }
pin-project = { version = "1.0.10", optional = true }
futures = { version = "0.3.21", optional = true }

stronghold-p2p = { package = "stronghold-p2p", path = "../p2p", version = "0.4.0", optional = true }
rlu = { package = "stronghold-rlu", path = "../rlu/", version = "0.4.0" }
engine = { package = "stronghold_engine", path = "../engine", version = "0.5.1" }
Expand Down

0 comments on commit 4caa32f

Please sign in to comment.