Skip to content

Commit f802743

Browse files
authored
chore: new release esme v1.8.0-pre.0 (#6651)
Description --- new release esme v1.8.0-pre.0
1 parent 20e70fa commit f802743

File tree

42 files changed

+166
-152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+166
-152
lines changed

Cargo.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ The recommended running versions of each network are:
2323
| Network | Version |
2424
|-----------|----------------|
2525
| Stagenet | 1.0.0-alpha.0a |
26-
| Nextnet | 1.7.0-rc.4 |
27-
| Esmeralda | 1.7.0-pre.4 |
26+
| Nextnet | 1.8.0-rc.0 |
27+
| Esmeralda | 1.8.0-pre.0 |
2828

2929
For more detail about versioning, see [Release Ideology](https://github.com/tari-project/tari/blob/development/docs/src/branching_releases.md).
3030

applications/minotari_app_grpc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["The Tari Development Community"]
44
description = "This crate is to provide a single source for all cross application grpc files and conversions to and from tari::core"
55
repository = "https://github.com/tari-project/tari"
66
license = "BSD-3-Clause"
7-
version = "1.7.0-pre.4"
7+
version = "1.8.0-pre.0"
88
edition = "2021"
99

1010
[dependencies]
@@ -32,7 +32,7 @@ tonic = { version = "0.12.3", features = ["tls"] }
3232
zeroize = "1"
3333

3434
[build-dependencies]
35-
tari_features = { path = "../../common/tari_features", version = "1.7.0-pre.4" }
35+
tari_features = { path = "../../common/tari_features", version = "1.8.0-pre.0" }
3636
tonic-build = "0.12.3"
3737

3838
[package.metadata.cargo-machete]

applications/minotari_app_utilities/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "minotari_app_utilities"
3-
version = "1.7.0-pre.4"
3+
version = "1.8.0-pre.0"
44
authors = ["The Tari Development Community"]
55
edition = "2018"
66
license = "BSD-3-Clause"
@@ -30,7 +30,7 @@ tari_common = { path = "../../common", features = [
3030
"build",
3131
"static-application-info",
3232
] }
33-
tari_features = { path = "../../common/tari_features", version = "1.7.0-pre.4" }
33+
tari_features = { path = "../../common/tari_features", version = "1.8.0-pre.0" }
3434

3535
[features]
3636
miner_input = ["minotari_app_grpc"]

applications/minotari_console_wallet/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "minotari_console_wallet"
3-
version = "1.7.0-pre.4"
3+
version = "1.8.0-pre.0"
44
authors = ["The Tari Development Community"]
55
edition = "2018"
66
license = "BSD-3-Clause"
77

88
[dependencies]
99
minotari_app_grpc = { path = "../minotari_app_grpc" }
1010
minotari_app_utilities = { path = "../minotari_app_utilities" }
11-
minotari_ledger_wallet_comms = { path = "../../applications/minotari_ledger_wallet/comms", version = "1.7.0-pre.4", optional = true }
11+
minotari_ledger_wallet_comms = { path = "../../applications/minotari_ledger_wallet/comms", version = "1.8.0-pre.0", optional = true }
1212
tari_common = { path = "../../common" }
1313
tari_common_types = { path = "../../base_layer/common_types" }
1414
tari_comms = { path = "../../comms/core" }
@@ -84,7 +84,7 @@ default-features = false
8484
features = ["crossterm"]
8585

8686
[build-dependencies]
87-
tari_features = { path = "../../common/tari_features", version = "1.7.0-pre.4" }
87+
tari_features = { path = "../../common/tari_features", version = "1.8.0-pre.0" }
8888

8989
[features]
9090
default = ["libtor", "ledger"]

applications/minotari_ledger_wallet/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "minotari_ledger_wallet_common"
3-
version = "1.7.0-pre.4"
3+
version = "1.8.0-pre.0"
44
authors = ["The Tari Development Community"]
55
license = "BSD-3-Clause"
66
edition = "2021"

applications/minotari_ledger_wallet/comms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "minotari_ledger_wallet_comms"
3-
version = "1.7.0-pre.4"
3+
version = "1.8.0-pre.0"
44
authors = ["The Tari Development Community"]
55
license = "BSD-3-Clause"
66
edition = "2021"

0 commit comments

Comments
 (0)