From ac91afad7c69976b2a08561ea341bfb3a71f2201 Mon Sep 17 00:00:00 2001 From: Mike Berry Date: Tue, 27 Oct 2020 16:25:32 +0200 Subject: [PATCH] v0.6.0, v0.2.11, v0.16.9 --- Cargo.lock | 32 +++++++++---------- applications/tari_app_grpc/Cargo.toml | 2 +- applications/tari_app_utilities/Cargo.toml | 2 +- applications/tari_base_node/Cargo.toml | 2 +- applications/tari_console_wallet/Cargo.toml | 2 +- .../tari_merge_mining_proxy/Cargo.toml | 2 +- applications/test_faucet/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/wallet/Cargo.toml | 2 +- base_layer/wallet_ffi/Cargo.toml | 2 +- common/Cargo.toml | 2 +- comms/Cargo.toml | 2 +- comms/dht/Cargo.toml | 2 +- scripts/update_crate_metadata.sh | 13 +++++--- 18 files changed, 41 insertions(+), 36 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d323e7a7d0..5c17bd2b96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3880,7 +3880,7 @@ dependencies = [ [[package]] name = "tari_app_grpc" -version = "0.5.9" +version = "0.6.0" dependencies = [ "prost", "prost-types", @@ -3892,7 +3892,7 @@ dependencies = [ [[package]] name = "tari_app_utilities" -version = "0.5.9" +version = "0.6.0" dependencies = [ "dirs-next", "futures 0.3.6", @@ -3914,7 +3914,7 @@ dependencies = [ [[package]] name = "tari_base_node" -version = "0.5.9" +version = "0.6.0" dependencies = [ "anyhow", "bincode", @@ -3960,7 +3960,7 @@ dependencies = [ [[package]] name = "tari_common" -version = "0.2.10" +version = "0.2.11" dependencies = [ "anyhow", "config", @@ -3983,7 +3983,7 @@ dependencies = [ [[package]] name = "tari_comms" -version = "0.2.10" +version = "0.2.11" dependencies = [ "anyhow", "async-trait", @@ -4026,7 +4026,7 @@ dependencies = [ [[package]] name = "tari_comms_dht" -version = "0.2.10" +version = "0.2.11" dependencies = [ "anyhow", "bitflags 1.2.1", @@ -4086,7 +4086,7 @@ dependencies = [ [[package]] name = "tari_console_wallet" -version = "0.5.9" +version = "0.6.0" dependencies = [ "chrono", "chrono-english", @@ -4122,7 +4122,7 @@ dependencies = [ [[package]] name = "tari_core" -version = "0.2.10" +version = "0.2.11" dependencies = [ "bincode", "bitflags 1.2.1", @@ -4209,7 +4209,7 @@ dependencies = [ [[package]] name = "tari_key_manager" -version = "0.2.7" +version = "0.2.11" dependencies = [ "digest 0.8.1", "rand 0.7.3", @@ -4223,7 +4223,7 @@ dependencies = [ [[package]] name = "tari_merge_mining_proxy" -version = "0.5.9" +version = "0.6.0" dependencies = [ "bincode", "bytes 0.5.6", @@ -4260,7 +4260,7 @@ dependencies = [ [[package]] name = "tari_mmr" -version = "0.2.7" +version = "0.2.11" dependencies = [ "bincode", "blake2", @@ -4279,7 +4279,7 @@ dependencies = [ [[package]] name = "tari_p2p" -version = "0.2.10" +version = "0.2.11" dependencies = [ "anyhow", "bytes 0.4.12", @@ -4320,7 +4320,7 @@ dependencies = [ [[package]] name = "tari_service_framework" -version = "0.2.7" +version = "0.2.11" dependencies = [ "anyhow", "futures 0.3.6", @@ -4394,7 +4394,7 @@ dependencies = [ [[package]] name = "tari_wallet" -version = "0.2.10" +version = "0.2.11" dependencies = [ "aes-gcm", "blake2", @@ -4433,7 +4433,7 @@ dependencies = [ [[package]] name = "tari_wallet_ffi" -version = "0.16.8" +version = "0.16.9" dependencies = [ "chrono", "env_logger 0.7.1", @@ -4492,7 +4492,7 @@ dependencies = [ [[package]] name = "test_faucet" -version = "0.5.9" +version = "0.6.0" dependencies = [ "rand 0.7.3", "serde 1.0.116", diff --git a/applications/tari_app_grpc/Cargo.toml b/applications/tari_app_grpc/Cargo.toml index 901f0e027a..2a9342c450 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.5.9" +version = "0.6.0" edition = "2018" [dependencies] diff --git a/applications/tari_app_utilities/Cargo.toml b/applications/tari_app_utilities/Cargo.toml index 4f1cbc5931..0e23d49310 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.5.9" +version = "0.6.0" authors = ["Philip Robinson "] edition = "2018" diff --git a/applications/tari_base_node/Cargo.toml b/applications/tari_base_node/Cargo.toml index f4c962b84a..ebab17dbe8 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.5.9" +version = "0.6.0" edition = "2018" [dependencies] diff --git a/applications/tari_console_wallet/Cargo.toml b/applications/tari_console_wallet/Cargo.toml index c179b62286..c4e1e80927 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.5.9" +version = "0.6.0" authors = ["Philip Robinson "] edition = "2018" diff --git a/applications/tari_merge_mining_proxy/Cargo.toml b/applications/tari_merge_mining_proxy/Cargo.toml index baab277738..77af269d78 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 miner proxy for xmrig" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "0.5.9" +version = "0.6.0" edition = "2018" [features] diff --git a/applications/test_faucet/Cargo.toml b/applications/test_faucet/Cargo.toml index f35b7ce51f..e1e6b8e2c4 100644 --- a/applications/test_faucet/Cargo.toml +++ b/applications/test_faucet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_faucet" -version = "0.5.9" +version = "0.6.0" authors = ["The Tari Development Community"] edition = "2018" diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index ed1d0a3059..039d6168e2 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.2.10" +version = "0.2.11" edition = "2018" [features] diff --git a/base_layer/key_manager/Cargo.toml b/base_layer/key_manager/Cargo.toml index 88a2077412..df39522ca1 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.2.7" +version = "0.2.11" edition = "2018" [dependencies] diff --git a/base_layer/mmr/Cargo.toml b/base_layer/mmr/Cargo.toml index 7b0aa5e221..50d59e272b 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.2.7" +version = "0.2.11" edition = "2018" [features] diff --git a/base_layer/p2p/Cargo.toml b/base_layer/p2p/Cargo.toml index 1659ded69e..651fac2ef5 100644 --- a/base_layer/p2p/Cargo.toml +++ b/base_layer/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_p2p" -version = "0.2.10" +version = "0.2.11" 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 1f32e8162e..8331720554 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.2.7" +version = "0.2.11" authors = ["The Tari Development Community"] description = "The Tari communication stack service framework" repository = "https://github.com/tari-project/tari" diff --git a/base_layer/wallet/Cargo.toml b/base_layer/wallet/Cargo.toml index 38a4667c89..5d7f8fd5f5 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.2.10" +version = "0.2.11" edition = "2018" [dependencies] diff --git a/base_layer/wallet_ffi/Cargo.toml b/base_layer/wallet_ffi/Cargo.toml index 779d3bb2ec..c742c02084 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.16.8" +version = "0.16.9" edition = "2018" [dependencies] diff --git a/common/Cargo.toml b/common/Cargo.toml index b15cec2faa..0fb8bdc943 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.2.10" +version = "0.2.11" edition = "2018" diff --git a/comms/Cargo.toml b/comms/Cargo.toml index b9a267ac45..99aa1f4444 100644 --- a/comms/Cargo.toml +++ b/comms/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.2.10" +version = "0.2.11" edition = "2018" [dependencies] diff --git a/comms/dht/Cargo.toml b/comms/dht/Cargo.toml index cd3c97ddc2..5954e59acc 100644 --- a/comms/dht/Cargo.toml +++ b/comms/dht/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_comms_dht" -version = "0.2.10" +version = "0.2.11" authors = ["The Tari Development Community"] description = "Tari comms DHT module" repository = "https://github.com/tari-project/tari" diff --git a/scripts/update_crate_metadata.sh b/scripts/update_crate_metadata.sh index c4b199cd68..2f5aa4e37c 100755 --- a/scripts/update_crate_metadata.sh +++ b/scripts/update_crate_metadata.sh @@ -21,19 +21,23 @@ fi # comms # comms/dht # applications/tari_base_node +# applications/tari_app_grpc +# applications/tari_app_utilities +# applications/tari_console_wallet +# applications/tari_merge_mining_proxy +# applications/test_faucet function update_versions { packages=${@:-' - infrastructure/storage base_layer/core + base_layer/key_manager base_layer/mmr base_layer/p2p + base_layer/service_framework base_layer/wallet - base_layer/wallet_ffi common comms comms/dht - applications/tari_base_node '} p_arr=($packages) @@ -46,7 +50,8 @@ function update_versions { function update_version { CARGO=$1 VERSION=$2 - SCRIPT='s/^version = ".+\..+\..+"/version = "'"$VERSION"'"/' + #SCRIPT='s/version\s*=\s*"\d+\.\d+\.\d+"/version = "'"$VERSION"'"/' + SCRIPT='s/^version =.*$/version = "'"$VERSION"'"/' echo "$SCRIPT" "$CARGO" sed -i.bak -e "$SCRIPT" "$CARGO" rm $CARGO.bak