From ca684462ff7744172d7eed17addc5480c6df0970 Mon Sep 17 00:00:00 2001 From: SW van Heerden Date: Tue, 6 Feb 2024 12:11:12 +0200 Subject: [PATCH] chore: new testnet release (#6127) New release --- Cargo.lock | 54 +++++++++---------- README.md | 4 +- applications/minotari_app_grpc/Cargo.toml | 2 +- .../minotari_app_utilities/Cargo.toml | 2 +- .../minotari_console_wallet/Cargo.toml | 2 +- .../minotari_merge_mining_proxy/Cargo.toml | 2 +- applications/minotari_miner/Cargo.toml | 2 +- applications/minotari_node/Cargo.toml | 2 +- base_layer/chat_ffi/Cargo.toml | 2 +- base_layer/common_types/Cargo.toml | 2 +- base_layer/contacts/Cargo.toml | 2 +- .../contacts/src/chat_client/Cargo.toml | 2 +- base_layer/core/Cargo.toml | 2 +- base_layer/key_manager/Cargo.toml | 2 +- base_layer/mmr/Cargo.toml | 2 +- base_layer/p2p/Cargo.toml | 2 +- base_layer/service_framework/Cargo.toml | 2 +- base_layer/tari_mining_helper_ffi/Cargo.toml | 2 +- base_layer/wallet/Cargo.toml | 2 +- base_layer/wallet_ffi/Cargo.toml | 2 +- changelog-development.md | 8 +++ changelog-nextnet.md | 11 +++- common/Cargo.toml | 2 +- common/tari_features/Cargo.toml | 2 +- common_sqlite/Cargo.toml | 2 +- comms/core/Cargo.toml | 2 +- comms/dht/Cargo.toml | 2 +- comms/rpc_macros/Cargo.toml | 2 +- infrastructure/derive/Cargo.toml | 2 +- infrastructure/shutdown/Cargo.toml | 2 +- infrastructure/storage/Cargo.toml | 2 +- infrastructure/test_utils/Cargo.toml | 2 +- package-lock.json | 2 +- 33 files changed, 76 insertions(+), 59 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ad79d8ded..a24c2a2b2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3027,7 +3027,7 @@ dependencies = [ [[package]] name = "minotari_app_grpc" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "argon2", "base64 0.13.1", @@ -3054,7 +3054,7 @@ dependencies = [ [[package]] name = "minotari_app_utilities" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "clap 3.2.25", "dialoguer", @@ -3076,7 +3076,7 @@ dependencies = [ [[package]] name = "minotari_chat_ffi" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "cbindgen", "chrono", @@ -3101,7 +3101,7 @@ dependencies = [ [[package]] name = "minotari_console_wallet" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "blake2", "chrono", @@ -3155,7 +3155,7 @@ dependencies = [ [[package]] name = "minotari_merge_mining_proxy" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "anyhow", "bincode", @@ -3194,7 +3194,7 @@ dependencies = [ [[package]] name = "minotari_miner" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "base64 0.13.1", "borsh", @@ -3230,7 +3230,7 @@ dependencies = [ [[package]] name = "minotari_mining_helper_ffi" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "borsh", "hex", @@ -3246,7 +3246,7 @@ dependencies = [ [[package]] name = "minotari_node" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "anyhow", "async-trait", @@ -3301,7 +3301,7 @@ dependencies = [ [[package]] name = "minotari_wallet" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "argon2", "async-trait", @@ -3351,7 +3351,7 @@ dependencies = [ [[package]] name = "minotari_wallet_ffi" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "borsh", "cbindgen", @@ -5561,7 +5561,7 @@ dependencies = [ [[package]] name = "tari_chat_client" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "anyhow", "async-trait", @@ -5587,7 +5587,7 @@ dependencies = [ [[package]] name = "tari_common" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "anyhow", "blake2", @@ -5614,7 +5614,7 @@ dependencies = [ [[package]] name = "tari_common_sqlite" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "diesel", "diesel_migrations", @@ -5628,7 +5628,7 @@ dependencies = [ [[package]] name = "tari_common_types" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "base64 0.21.5", "blake2", @@ -5649,7 +5649,7 @@ dependencies = [ [[package]] name = "tari_comms" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "anyhow", "async-trait", @@ -5698,7 +5698,7 @@ dependencies = [ [[package]] name = "tari_comms_dht" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "anyhow", "bitflags 2.4.1", @@ -5742,7 +5742,7 @@ dependencies = [ [[package]] name = "tari_comms_rpc_macros" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "futures 0.3.29", "proc-macro2", @@ -5757,7 +5757,7 @@ dependencies = [ [[package]] name = "tari_contacts" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "chrono", "diesel", @@ -5790,7 +5790,7 @@ dependencies = [ [[package]] name = "tari_core" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "async-trait", "bincode", @@ -5884,7 +5884,7 @@ dependencies = [ [[package]] name = "tari_features" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" [[package]] name = "tari_hash_domains" @@ -5943,7 +5943,7 @@ dependencies = [ [[package]] name = "tari_key_manager" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "argon2", "async-trait", @@ -6008,7 +6008,7 @@ dependencies = [ [[package]] name = "tari_mmr" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "bincode", "blake2", @@ -6027,7 +6027,7 @@ dependencies = [ [[package]] name = "tari_p2p" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "anyhow", "clap 3.2.25", @@ -6080,7 +6080,7 @@ dependencies = [ [[package]] name = "tari_service_framework" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "anyhow", "async-trait", @@ -6097,7 +6097,7 @@ dependencies = [ [[package]] name = "tari_shutdown" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "futures 0.3.29", "tokio", @@ -6105,7 +6105,7 @@ dependencies = [ [[package]] name = "tari_storage" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "bincode", "lmdb-zero", @@ -6118,7 +6118,7 @@ dependencies = [ [[package]] name = "tari_test_utils" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" dependencies = [ "futures 0.3.29", "futures-test", diff --git a/README.md b/README.md index 3a452b6ae6..2be0f65b07 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ The recommended running versions of each network are: | Network | Version | |-----------|-------------| | Stagenet | --- | -| Nextnet | 1.0.0-rc.4 | -| Esmeralda | 1.0.0-pre.7 | +| Nextnet | 1.0.0-rc.5 | +| Esmeralda | 1.0.0-pre.8 | For more detail about versioning, see [Release Ideology](https://github.com/tari-project/tari/blob/development/docs/src/branching_releases.md). diff --git a/applications/minotari_app_grpc/Cargo.toml b/applications/minotari_app_grpc/Cargo.toml index 26e4987a5e..24ea0a9949 100644 --- a/applications/minotari_app_grpc/Cargo.toml +++ b/applications/minotari_app_grpc/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "This crate is to provide a single source for all cross application grpc files and conversions to and from tari::core" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" [dependencies] diff --git a/applications/minotari_app_utilities/Cargo.toml b/applications/minotari_app_utilities/Cargo.toml index 9d0c9130f2..75b05a53d9 100644 --- a/applications/minotari_app_utilities/Cargo.toml +++ b/applications/minotari_app_utilities/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minotari_app_utilities" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/applications/minotari_console_wallet/Cargo.toml b/applications/minotari_console_wallet/Cargo.toml index f65034397e..23fef36500 100644 --- a/applications/minotari_console_wallet/Cargo.toml +++ b/applications/minotari_console_wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minotari_console_wallet" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/applications/minotari_merge_mining_proxy/Cargo.toml b/applications/minotari_merge_mining_proxy/Cargo.toml index 79577be63b..db2c050d1a 100644 --- a/applications/minotari_merge_mining_proxy/Cargo.toml +++ b/applications/minotari_merge_mining_proxy/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "The Tari merge mining proxy for xmrig" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" [features] diff --git a/applications/minotari_miner/Cargo.toml b/applications/minotari_miner/Cargo.toml index 1d50bdac61..f7cadbf2dd 100644 --- a/applications/minotari_miner/Cargo.toml +++ b/applications/minotari_miner/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "The tari miner implementation" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" [dependencies] diff --git a/applications/minotari_node/Cargo.toml b/applications/minotari_node/Cargo.toml index ddfdd6bf60..cd4cf1567c 100644 --- a/applications/minotari_node/Cargo.toml +++ b/applications/minotari_node/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "The tari full base node implementation" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" [dependencies] diff --git a/base_layer/chat_ffi/Cargo.toml b/base_layer/chat_ffi/Cargo.toml index f8526c19e0..f4f04d62bc 100644 --- a/base_layer/chat_ffi/Cargo.toml +++ b/base_layer/chat_ffi/Cargo.toml @@ -3,7 +3,7 @@ name = "minotari_chat_ffi" authors = ["The Tari Development Community"] description = "Tari cryptocurrency chat C FFI bindings" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" [dependencies] diff --git a/base_layer/common_types/Cargo.toml b/base_layer/common_types/Cargo.toml index 240b0a6d11..552d939225 100644 --- a/base_layer/common_types/Cargo.toml +++ b/base_layer/common_types/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_common_types" authors = ["The Tari Development Community"] description = "Tari cryptocurrency common types" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" [dependencies] diff --git a/base_layer/contacts/Cargo.toml b/base_layer/contacts/Cargo.toml index 14acb5a0eb..38b992e786 100644 --- a/base_layer/contacts/Cargo.toml +++ b/base_layer/contacts/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_contacts" authors = ["The Tari Development Community"] description = "Tari contacts library" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" [dependencies] diff --git a/base_layer/contacts/src/chat_client/Cargo.toml b/base_layer/contacts/src/chat_client/Cargo.toml index 06262aa2a4..6f2ad3e2a4 100644 --- a/base_layer/contacts/src/chat_client/Cargo.toml +++ b/base_layer/contacts/src/chat_client/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_chat_client" authors = ["The Tari Development Community"] description = "Tari cucumber chat client" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index 8bdfc48bb6..94295fc658 100644 --- a/base_layer/core/Cargo.toml +++ b/base_layer/core/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" [features] diff --git a/base_layer/key_manager/Cargo.toml b/base_layer/key_manager/Cargo.toml index af1b60e732..de501f6571 100644 --- a/base_layer/key_manager/Cargo.toml +++ b/base_layer/key_manager/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet key management" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2021" [lib] diff --git a/base_layer/mmr/Cargo.toml b/base_layer/mmr/Cargo.toml index 72f7e1eb58..3370a99540 100644 --- a/base_layer/mmr/Cargo.toml +++ b/base_layer/mmr/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "A Merkle Mountain Range implementation" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" [features] diff --git a/base_layer/p2p/Cargo.toml b/base_layer/p2p/Cargo.toml index fafed29d98..2b94e37441 100644 --- a/base_layer/p2p/Cargo.toml +++ b/base_layer/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_p2p" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" authors = ["The Tari Development community"] description = "Tari base layer-specific peer-to-peer communication features" repository = "https://github.com/tari-project/tari" diff --git a/base_layer/service_framework/Cargo.toml b/base_layer/service_framework/Cargo.toml index 511c0e9043..2a1543c3d8 100644 --- a/base_layer/service_framework/Cargo.toml +++ b/base_layer/service_framework/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_service_framework" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" authors = ["The Tari Development Community"] description = "The Tari communication stack service framework" repository = "https://github.com/tari-project/tari" diff --git a/base_layer/tari_mining_helper_ffi/Cargo.toml b/base_layer/tari_mining_helper_ffi/Cargo.toml index 95a1c99218..65aa2219b4 100644 --- a/base_layer/tari_mining_helper_ffi/Cargo.toml +++ b/base_layer/tari_mining_helper_ffi/Cargo.toml @@ -3,7 +3,7 @@ name = "minotari_mining_helper_ffi" authors = ["The Tari Development Community"] description = "Tari cryptocurrency miningcore C FFI bindings" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" [dependencies] diff --git a/base_layer/wallet/Cargo.toml b/base_layer/wallet/Cargo.toml index d586785b18..1e3aafee17 100644 --- a/base_layer/wallet/Cargo.toml +++ b/base_layer/wallet/Cargo.toml @@ -3,7 +3,7 @@ name = "minotari_wallet" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet library" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" [dependencies] diff --git a/base_layer/wallet_ffi/Cargo.toml b/base_layer/wallet_ffi/Cargo.toml index d1d86adf15..695bc1d5f2 100644 --- a/base_layer/wallet_ffi/Cargo.toml +++ b/base_layer/wallet_ffi/Cargo.toml @@ -3,7 +3,7 @@ name = "minotari_wallet_ffi" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet C FFI bindings" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" [dependencies] diff --git a/changelog-development.md b/changelog-development.md index 5f1cefbaab..7bdb685e5c 100644 --- a/changelog-development.md +++ b/changelog-development.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0-pre.8](https://github.com/tari-project/tari/compare/v1.0.0-pre.7...v1.0.0-pre.8) (2024-02-06) + + +### Bug Fixes + +* **comms:** correctly initialize hidden service ([#6124](https://github.com/tari-project/tari/issues/6124)) ([0584782](https://github.com/tari-project/tari/commit/058478255a93e7d50d95c8ac8c196069f76b994b)) +* **libtor:** prevent metrics port conflict ([#6125](https://github.com/tari-project/tari/issues/6125)) ([661af51](https://github.com/tari-project/tari/commit/661af5177863f37f0b01c9846dccc7d24f873fc5)) + ## [1.0.0-pre.7](https://github.com/tari-project/tari/compare/v1.0.0-pre.5...v1.0.0-pre.7) (2024-02-02) diff --git a/changelog-nextnet.md b/changelog-nextnet.md index 0f9562bd41..4d93db6383 100644 --- a/changelog-nextnet.md +++ b/changelog-nextnet.md @@ -2,7 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## [1.0.0-rc.4](https://github.com/tari-project/tari/compare/v1.0.0-rc.4...v1.0.0-rc.3) (2024-02-02) +## [1.0.0-rc.5](https://github.com/tari-project/tari/compare/v1.0.0-rc.4...v1.0.0-rc.5) (2024-02-06) + + +### Bug Fixes + +* **comms:** correctly initialize hidden service ([#6124](https://github.com/tari-project/tari/issues/6124)) ([0584782](https://github.com/tari-project/tari/commit/058478255a93e7d50d95c8ac8c196069f76b994b)) +* **libtor:** prevent metrics port conflict ([#6125](https://github.com/tari-project/tari/issues/6125)) ([661af51](https://github.com/tari-project/tari/commit/661af5177863f37f0b01c9846dccc7d24f873fc5)) + + +## [1.0.0-rc.4](https://github.com/tari-project/tari/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2024-02-02) ### ⚠ BREAKING CHANGES diff --git a/common/Cargo.toml b/common/Cargo.toml index a6f3c7b67a..d69ccc45d3 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" [features] diff --git a/common/tari_features/Cargo.toml b/common/tari_features/Cargo.toml index 40517ef1f3..2686f30d9e 100644 --- a/common/tari_features/Cargo.toml +++ b/common/tari_features/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common_sqlite/Cargo.toml b/common_sqlite/Cargo.toml index a436162ab1..cf1a95c300 100644 --- a/common_sqlite/Cargo.toml +++ b/common_sqlite/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_common_sqlite" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet library" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/comms/core/Cargo.toml b/comms/core/Cargo.toml index fd51dd76cf..bab6d6d834 100644 --- a/comms/core/Cargo.toml +++ b/comms/core/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" [dependencies] diff --git a/comms/dht/Cargo.toml b/comms/dht/Cargo.toml index 2bf610cc8d..f762911151 100644 --- a/comms/dht/Cargo.toml +++ b/comms/dht/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_comms_dht" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" authors = ["The Tari Development Community"] description = "Tari comms DHT module" repository = "https://github.com/tari-project/tari" diff --git a/comms/rpc_macros/Cargo.toml b/comms/rpc_macros/Cargo.toml index ffcf3f2a32..93246e470f 100644 --- a/comms/rpc_macros/Cargo.toml +++ b/comms/rpc_macros/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" [lib] diff --git a/infrastructure/derive/Cargo.toml b/infrastructure/derive/Cargo.toml index 0fb252106e..eb976cc774 100644 --- a/infrastructure/derive/Cargo.toml +++ b/infrastructure/derive/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" [lib] diff --git a/infrastructure/shutdown/Cargo.toml b/infrastructure/shutdown/Cargo.toml index e9b4e30e65..9542d2ec6c 100644 --- a/infrastructure/shutdown/Cargo.toml +++ b/infrastructure/shutdown/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/infrastructure/storage/Cargo.toml b/infrastructure/storage/Cargo.toml index 38657daaf6..ea01761c55 100644 --- a/infrastructure/storage/Cargo.toml +++ b/infrastructure/storage/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" edition = "2018" [dependencies] diff --git a/infrastructure/test_utils/Cargo.toml b/infrastructure/test_utils/Cargo.toml index ac1a892cef..83bc603409 100644 --- a/infrastructure/test_utils/Cargo.toml +++ b/infrastructure/test_utils/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tari_test_utils" description = "Utility functions used in Tari test functions" -version = "1.0.0-pre.7" +version = "1.0.0-pre.8" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/package-lock.json b/package-lock.json index a5a285ce43..2cf3264ddc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tari", - "version": "1.0.0-pre.7", + "version": "1.0.0-pre.8", "lockfileVersion": 2, "requires": true, "packages": {}