diff --git a/Cargo.lock b/Cargo.lock index 7d1571f4dc..b7cd580432 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5114,7 +5114,7 @@ dependencies = [ [[package]] name = "tari_app_grpc" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "argon2", "base64 0.13.1", @@ -5138,7 +5138,7 @@ dependencies = [ [[package]] name = "tari_app_utilities" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "clap 3.2.23", "futures 0.3.26", @@ -5157,7 +5157,7 @@ dependencies = [ [[package]] name = "tari_base_node" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "anyhow", "async-trait", @@ -5254,7 +5254,7 @@ dependencies = [ [[package]] name = "tari_chat_client" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "anyhow", "async-trait", @@ -5274,7 +5274,7 @@ dependencies = [ [[package]] name = "tari_chat_ffi" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "cbindgen 0.24.3", "libc", @@ -5293,7 +5293,7 @@ dependencies = [ [[package]] name = "tari_common" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "anyhow", "blake2 0.9.2", @@ -5320,7 +5320,7 @@ dependencies = [ [[package]] name = "tari_common_sqlite" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "diesel", "diesel_migrations", @@ -5334,7 +5334,7 @@ dependencies = [ [[package]] name = "tari_common_types" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "borsh", "chacha20poly1305 0.10.1", @@ -5352,7 +5352,7 @@ dependencies = [ [[package]] name = "tari_comms" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "anyhow", "async-trait", @@ -5401,7 +5401,7 @@ dependencies = [ [[package]] name = "tari_comms_dht" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "anyhow", "bitflags 1.3.2", @@ -5445,7 +5445,7 @@ dependencies = [ [[package]] name = "tari_comms_rpc_macros" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "futures 0.3.26", "proc-macro2", @@ -5460,7 +5460,7 @@ dependencies = [ [[package]] name = "tari_console_wallet" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "bitflags 1.3.2", "chrono", @@ -5510,7 +5510,7 @@ dependencies = [ [[package]] name = "tari_contacts" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "chrono", "diesel", @@ -5541,7 +5541,7 @@ dependencies = [ [[package]] name = "tari_core" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "bincode", "bitflags 1.3.2", @@ -5637,7 +5637,7 @@ dependencies = [ [[package]] name = "tari_features" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" [[package]] name = "tari_integration_tests" @@ -5688,7 +5688,7 @@ dependencies = [ [[package]] name = "tari_key_manager" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "argon2", "async-trait", @@ -5742,7 +5742,7 @@ dependencies = [ [[package]] name = "tari_merge_mining_proxy" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "anyhow", "bincode", @@ -5792,7 +5792,7 @@ dependencies = [ [[package]] name = "tari_miner" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "base64 0.13.1", "borsh", @@ -5828,7 +5828,7 @@ dependencies = [ [[package]] name = "tari_mining_helper_ffi" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "borsh", "hex", @@ -5844,7 +5844,7 @@ dependencies = [ [[package]] name = "tari_mmr" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "bincode", "blake2 0.9.2", @@ -5864,7 +5864,7 @@ dependencies = [ [[package]] name = "tari_p2p" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "anyhow", "clap 2.34.0", @@ -5918,7 +5918,7 @@ dependencies = [ [[package]] name = "tari_service_framework" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "anyhow", "async-trait", @@ -5935,7 +5935,7 @@ dependencies = [ [[package]] name = "tari_shutdown" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "futures 0.3.26", "tokio", @@ -5943,7 +5943,7 @@ dependencies = [ [[package]] name = "tari_storage" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "bincode", "lmdb-zero", @@ -5956,7 +5956,7 @@ dependencies = [ [[package]] name = "tari_test_utils" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "futures 0.3.26", "futures-test", @@ -5988,7 +5988,7 @@ dependencies = [ [[package]] name = "tari_wallet" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "argon2", "async-trait", @@ -6038,7 +6038,7 @@ dependencies = [ [[package]] name = "tari_wallet_ffi" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" dependencies = [ "borsh", "cbindgen 0.24.3", diff --git a/README.md b/README.md index c393a32283..263330bc4a 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ The recommended running versions of each network are: | Network | Version | |-----------|--------------| | Stagenet | 0.48.0 | -| Nextnet | 0.49.0-rc.0 | -| Esmeralda | 0.50.0-pre.0 | +| Nextnet | 0.49.0-rc.3 | +| Esmeralda | 0.50.0-pre.1 | 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/tari_app_grpc/Cargo.toml b/applications/tari_app_grpc/Cargo.toml index 4f869678ce..d602f40e22 100644 --- a/applications/tari_app_grpc/Cargo.toml +++ b/applications/tari_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 = "0.50.0-pre.0" +version = "0.50.0-pre.1" edition = "2018" [dependencies] diff --git a/applications/tari_app_utilities/Cargo.toml b/applications/tari_app_utilities/Cargo.toml index 7f25447366..c030b25f8b 100644 --- a/applications/tari_app_utilities/Cargo.toml +++ b/applications/tari_app_utilities/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_app_utilities" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" @@ -9,7 +9,7 @@ license = "BSD-3-Clause" tari_common = { path = "../../common" } tari_common_types = { path = "../../base_layer/common_types" } tari_comms = { path = "../../comms/core" } -tari_features = { version = "0.50.0-pre.0", path = "../../common/tari_features"} +tari_features = { version = "0.50.0-pre.1", path = "../../common/tari_features"} tari_utilities = { version = "0.4.10"} clap = { version = "3.2.0", features = ["derive", "env"] } @@ -23,4 +23,4 @@ thiserror = "^1.0.26" [build-dependencies] tari_common = { path = "../../common", features = ["build", "static-application-info"] } -tari_features = { version = "0.50.0-pre.0", path = "../../common/tari_features"} +tari_features = { version = "0.50.0-pre.1", path = "../../common/tari_features"} diff --git a/applications/tari_base_node/Cargo.toml b/applications/tari_base_node/Cargo.toml index bb2ab0093a..308a9ed86f 100644 --- a/applications/tari_base_node/Cargo.toml +++ b/applications/tari_base_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 = "0.50.0-pre.0" +version = "0.50.0-pre.1" edition = "2018" [dependencies] @@ -59,7 +59,7 @@ safe = [] libtor = ["tari_libtor"] [build-dependencies] -tari_features = { version = "0.50.0-pre.0", path = "../../common/tari_features"} +tari_features = { version = "0.50.0-pre.1", path = "../../common/tari_features"} [package.metadata.cargo-machete] ignored = [ diff --git a/applications/tari_console_wallet/Cargo.toml b/applications/tari_console_wallet/Cargo.toml index ba4637e0f1..04d1d123d7 100644 --- a/applications/tari_console_wallet/Cargo.toml +++ b/applications/tari_console_wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_console_wallet" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" @@ -65,7 +65,7 @@ default-features = false features = ["crossterm"] [build-dependencies] -tari_features = { version = "0.50.0-pre.0", path = "../../common/tari_features"} +tari_features = { version = "0.50.0-pre.1", path = "../../common/tari_features"} [features] avx2 = ["tari_core/avx2", "tari_crypto/simd_backend", "tari_wallet/avx2", "tari_comms/avx2", "tari_comms_dht/avx2", "tari_p2p/avx2", "tari_key_manager/avx2"] diff --git a/applications/tari_merge_mining_proxy/Cargo.toml b/applications/tari_merge_mining_proxy/Cargo.toml index fdeb6e42ed..ba960d595b 100644 --- a/applications/tari_merge_mining_proxy/Cargo.toml +++ b/applications/tari_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 = "0.50.0-pre.0" +version = "0.50.0-pre.1" edition = "2018" [features] @@ -42,4 +42,4 @@ tracing = "0.1" url = "2.1.1" [build-dependencies] -tari_features = { version = "0.50.0-pre.0", path = "../../common/tari_features"} +tari_features = { version = "0.50.0-pre.1", path = "../../common/tari_features"} diff --git a/applications/tari_miner/Cargo.toml b/applications/tari_miner/Cargo.toml index 5090d8c1d8..27e1513d5f 100644 --- a/applications/tari_miner/Cargo.toml +++ b/applications/tari_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 = "0.50.0-pre.0" +version = "0.50.0-pre.1" edition = "2018" [dependencies] diff --git a/base_layer/chat_ffi/Cargo.toml b/base_layer/chat_ffi/Cargo.toml index e4e771a775..6407076176 100644 --- a/base_layer/chat_ffi/Cargo.toml +++ b/base_layer/chat_ffi/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_chat_ffi" authors = ["The Tari Development Community"] description = "Tari cryptocurrency chat C FFI bindings" license = "BSD-3-Clause" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" edition = "2018" [dependencies] diff --git a/base_layer/common_types/Cargo.toml b/base_layer/common_types/Cargo.toml index cfc1b9af49..bd99c03bc3 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 = "0.50.0-pre.0" +version = "0.50.0-pre.1" edition = "2018" [dependencies] diff --git a/base_layer/contacts/Cargo.toml b/base_layer/contacts/Cargo.toml index 057160537f..b8b1461aee 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 = "0.50.0-pre.0" +version = "0.50.0-pre.1" edition = "2018" [dependencies] diff --git a/base_layer/contacts/examples/chat_client/Cargo.toml b/base_layer/contacts/examples/chat_client/Cargo.toml index 98537eff4c..e9f56359da 100644 --- a/base_layer/contacts/examples/chat_client/Cargo.toml +++ b/base_layer/contacts/examples/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 = "0.50.0-pre.0" +version = "0.50.0-pre.1" edition = "2018" diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index e46727fc9b..5a4d97a172 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 = "0.50.0-pre.0" +version = "0.50.0-pre.1" edition = "2018" [features] diff --git a/base_layer/key_manager/Cargo.toml b/base_layer/key_manager/Cargo.toml index ba430d2237..4d95b2359c 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 = "0.50.0-pre.0" +version = "0.50.0-pre.1" edition = "2021" [lib] diff --git a/base_layer/mmr/Cargo.toml b/base_layer/mmr/Cargo.toml index 3c79ceeab1..95f241d5a2 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 = "0.50.0-pre.0" +version = "0.50.0-pre.1" edition = "2018" [features] diff --git a/base_layer/p2p/Cargo.toml b/base_layer/p2p/Cargo.toml index 8851dec424..5585d01420 100644 --- a/base_layer/p2p/Cargo.toml +++ b/base_layer/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_p2p" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" 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 152bbea8f9..75b100c454 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 = "0.50.0-pre.0" +version = "0.50.0-pre.1" 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 5ed1cde460..bf0a0e3304 100644 --- a/base_layer/tari_mining_helper_ffi/Cargo.toml +++ b/base_layer/tari_mining_helper_ffi/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_mining_helper_ffi" authors = ["The Tari Development Community"] description = "Tari cryptocurrency miningcore C FFI bindings" license = "BSD-3-Clause" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" edition = "2018" [dependencies] diff --git a/base_layer/wallet/Cargo.toml b/base_layer/wallet/Cargo.toml index 16ccbd5430..3a73398e16 100644 --- a/base_layer/wallet/Cargo.toml +++ b/base_layer/wallet/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_wallet" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet library" license = "BSD-3-Clause" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" edition = "2018" [dependencies] diff --git a/base_layer/wallet_ffi/Cargo.toml b/base_layer/wallet_ffi/Cargo.toml index e1a9e1f0ab..8c688bd5e7 100644 --- a/base_layer/wallet_ffi/Cargo.toml +++ b/base_layer/wallet_ffi/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_wallet_ffi" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet C FFI bindings" license = "BSD-3-Clause" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" edition = "2018" [dependencies] diff --git a/changelog-development.md b/changelog-development.md index e9ecde51d3..929ee191b9 100644 --- a/changelog-development.md +++ b/changelog-development.md @@ -2,6 +2,29 @@ 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. +## [0.50.0-pre.1](https://github.com/tari-project/tari/compare/v0.50.0-pre.0...v0.50.0-pre.1) (2023-05-08) + + +### Features + +* add miner timeout config option ([#5331](https://github.com/tari-project/tari/issues/5331)) ([aea14f6](https://github.com/tari-project/tari/commit/aea14f6bf302801c85efa9f304a8f442aaf9a3ff)) +* chat ffi ([#5349](https://github.com/tari-project/tari/issues/5349)) ([f7cece2](https://github.com/tari-project/tari/commit/f7cece27c02ae3b668e1ffbd6629828d0432debf)) +* chat scaffold ([#5244](https://github.com/tari-project/tari/issues/5244)) ([5b09f8e](https://github.com/tari-project/tari/commit/5b09f8e2b630685d9ff748eae772b9798954f6ff)) +* improve message encryption ([#5288](https://github.com/tari-project/tari/issues/5288)) ([7a80716](https://github.com/tari-project/tari/commit/7a80716c71987bae14d83994d7402f96c190242d)) +* **p2p:** allow listener bind to differ from the tor forward address ([#5357](https://github.com/tari-project/tari/issues/5357)) ([857fb55](https://github.com/tari-project/tari/commit/857fb55520145ece48b4b5cca0aa5d7fd8f6c69e)) + + +### Bug Fixes + +* add SECURITY.md Vulnerability Disclosure Policy ([#5351](https://github.com/tari-project/tari/issues/5351)) ([72daaf5](https://github.com/tari-project/tari/commit/72daaf5ef614ceb805f690db12c7fefc642d5453)) +* added missing log4rs features ([#5356](https://github.com/tari-project/tari/issues/5356)) ([b9031bb](https://github.com/tari-project/tari/commit/b9031bbbece1988c1de180cabbf4e3acfcb50836)) +* allow public addresses from command line ([#5303](https://github.com/tari-project/tari/issues/5303)) ([349ac89](https://github.com/tari-project/tari/commit/349ac8957bc513cd4110eaac69550ffa0816862b)) +* clippy issues with config ([#5334](https://github.com/tari-project/tari/issues/5334)) ([026f0d5](https://github.com/tari-project/tari/commit/026f0d5e33d524ad302e7edd0c82e108a17800b6)) +* default network selection ([#5333](https://github.com/tari-project/tari/issues/5333)) ([cf4b2c8](https://github.com/tari-project/tari/commit/cf4b2c8a4f5849ba51dab61595dfed1a9249c580)) +* make the first output optional in the wallet ([#5352](https://github.com/tari-project/tari/issues/5352)) ([bf16140](https://github.com/tari-project/tari/commit/bf16140ecd1ad0ae25f8a9b8cde9c3e4f1d12a02)) +* remove wallet panic ([#5338](https://github.com/tari-project/tari/issues/5338)) ([536d16d](https://github.com/tari-project/tari/commit/536d16d2feea283ac1b8f546f479b76465938c4b)) +* wallet .h file for lib wallets ([#5330](https://github.com/tari-project/tari/issues/5330)) ([22a3a17](https://github.com/tari-project/tari/commit/22a3a17db6ef8889cb3a73dfe2db081a0691a68c)) + ## [0.50.0-pre.0](https://github.com/tari-project/tari/compare/v0.49.0-pre.6...v0.50.0-pre.0) (2023-04-12) diff --git a/common/Cargo.toml b/common/Cargo.toml index 5ef99554ec..064242a21e 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 = "0.50.0-pre.0" +version = "0.50.0-pre.1" edition = "2018" [features] @@ -40,4 +40,4 @@ tari_test_utils = { path = "../infrastructure/test_utils"} toml = "0.5.8" [build-dependencies] -tari_features = { version = "0.50.0-pre.0", path = "./tari_features"} +tari_features = { version = "0.50.0-pre.1", path = "./tari_features"} diff --git a/common/tari_features/Cargo.toml b/common/tari_features/Cargo.toml index 3f6dc95781..012cf925d5 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 = "0.50.0-pre.0" +version = "0.50.0-pre.1" 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 17275b1fe0..0d584fc700 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 = "0.50.0-pre.0" +version = "0.50.0-pre.1" 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 6b714a0cd6..6ae1fce2b3 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 = "0.50.0-pre.0" +version = "0.50.0-pre.1" edition = "2018" [dependencies] diff --git a/comms/dht/Cargo.toml b/comms/dht/Cargo.toml index 2c4b1cdd4f..6d15d6a351 100644 --- a/comms/dht/Cargo.toml +++ b/comms/dht/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_comms_dht" -version = "0.50.0-pre.0" +version = "0.50.0-pre.1" 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 cb8e453bd1..f7a1ce7f1b 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 = "0.50.0-pre.0" +version = "0.50.0-pre.1" edition = "2018" [lib] diff --git a/infrastructure/derive/Cargo.toml b/infrastructure/derive/Cargo.toml index 832bd3740b..fedf3a0bef 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 = "0.50.0-pre.0" +version = "0.50.0-pre.1" edition = "2018" [lib] diff --git a/infrastructure/shutdown/Cargo.toml b/infrastructure/shutdown/Cargo.toml index 02b83c571c..6b378c54be 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 = "0.50.0-pre.0" +version = "0.50.0-pre.1" 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 b48760a63e..4174d9df07 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 = "0.50.0-pre.0" +version = "0.50.0-pre.1" edition = "2018" [dependencies] diff --git a/infrastructure/test_utils/Cargo.toml b/infrastructure/test_utils/Cargo.toml index 0610c799d4..f6a36360e4 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 = "0.50.0-pre.0" +version = "0.50.0-pre.1" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/package-lock.json b/package-lock.json index ec64e34c3f..3142bb4e10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tari", - "version": "0.50.0-pre.0", + "version": "0.50.0-pre.1", "lockfileVersion": 2, "requires": true, "packages": {}