diff --git a/Cargo.lock b/Cargo.lock index 4548cdf585..1896659250 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4520,7 +4520,7 @@ dependencies = [ [[package]] name = "tari_app_grpc" -version = "0.43.0" +version = "0.43.1" dependencies = [ "argon2", "base64 0.13.1", @@ -4546,7 +4546,7 @@ dependencies = [ [[package]] name = "tari_app_utilities" -version = "0.43.0" +version = "0.43.1" dependencies = [ "clap 3.2.23", "config", @@ -4568,7 +4568,7 @@ dependencies = [ [[package]] name = "tari_base_node" -version = "0.43.0" +version = "0.43.1" dependencies = [ "anyhow", "async-trait", @@ -4666,7 +4666,7 @@ dependencies = [ [[package]] name = "tari_common" -version = "0.43.0" +version = "0.43.1" dependencies = [ "anyhow", "blake2 0.9.2", @@ -4693,7 +4693,7 @@ dependencies = [ [[package]] name = "tari_common_sqlite" -version = "0.43.0" +version = "0.43.1" dependencies = [ "diesel", "log", @@ -4702,7 +4702,7 @@ dependencies = [ [[package]] name = "tari_common_types" -version = "0.43.0" +version = "0.43.1" dependencies = [ "base64 0.13.1", "borsh", @@ -4721,7 +4721,7 @@ dependencies = [ [[package]] name = "tari_comms" -version = "0.43.0" +version = "0.43.1" dependencies = [ "anyhow", "async-trait", @@ -4771,7 +4771,7 @@ dependencies = [ [[package]] name = "tari_comms_dht" -version = "0.43.0" +version = "0.43.1" dependencies = [ "anyhow", "bitflags 1.3.2", @@ -4817,7 +4817,7 @@ dependencies = [ [[package]] name = "tari_comms_rpc_macros" -version = "0.43.0" +version = "0.43.1" dependencies = [ "futures 0.3.25", "proc-macro2", @@ -4832,7 +4832,7 @@ dependencies = [ [[package]] name = "tari_console_wallet" -version = "0.43.0" +version = "0.43.1" dependencies = [ "base64 0.13.1", "bitflags 1.3.2", @@ -4880,7 +4880,7 @@ dependencies = [ [[package]] name = "tari_core" -version = "0.43.0" +version = "0.43.1" dependencies = [ "async-trait", "bincode", @@ -4974,7 +4974,7 @@ dependencies = [ [[package]] name = "tari_key_manager" -version = "0.43.0" +version = "0.43.1" dependencies = [ "argon2", "blake2 0.9.2", @@ -5021,7 +5021,7 @@ dependencies = [ [[package]] name = "tari_merge_mining_proxy" -version = "0.43.0" +version = "0.43.1" dependencies = [ "anyhow", "bincode", @@ -5073,7 +5073,7 @@ dependencies = [ [[package]] name = "tari_miner" -version = "0.43.0" +version = "0.43.1" dependencies = [ "base64 0.13.1", "borsh", @@ -5110,7 +5110,7 @@ dependencies = [ [[package]] name = "tari_mining_helper_ffi" -version = "0.43.0" +version = "0.43.1" dependencies = [ "borsh", "hex", @@ -5128,7 +5128,7 @@ dependencies = [ [[package]] name = "tari_mmr" -version = "0.43.0" +version = "0.43.1" dependencies = [ "bincode", "blake2 0.9.2", @@ -5147,7 +5147,7 @@ dependencies = [ [[package]] name = "tari_p2p" -version = "0.43.0" +version = "0.43.1" dependencies = [ "anyhow", "bytes 0.5.6", @@ -5205,7 +5205,7 @@ dependencies = [ [[package]] name = "tari_service_framework" -version = "0.43.0" +version = "0.43.1" dependencies = [ "anyhow", "async-trait", @@ -5222,7 +5222,7 @@ dependencies = [ [[package]] name = "tari_shutdown" -version = "0.43.0" +version = "0.43.1" dependencies = [ "futures 0.3.25", "tokio", @@ -5230,7 +5230,7 @@ dependencies = [ [[package]] name = "tari_storage" -version = "0.43.0" +version = "0.43.1" dependencies = [ "bincode", "lmdb-zero", @@ -5244,7 +5244,7 @@ dependencies = [ [[package]] name = "tari_test_utils" -version = "0.43.0" +version = "0.43.1" dependencies = [ "futures 0.3.25", "futures-test", @@ -5274,7 +5274,7 @@ dependencies = [ [[package]] name = "tari_wallet" -version = "0.43.0" +version = "0.43.1" dependencies = [ "argon2", "async-trait", @@ -5326,7 +5326,7 @@ dependencies = [ [[package]] name = "tari_wallet_ffi" -version = "0.43.0" +version = "0.43.1" dependencies = [ "borsh", "cbindgen 0.24.3", diff --git a/applications/tari_app_grpc/Cargo.toml b/applications/tari_app_grpc/Cargo.toml index 1e7e341b3c..fcc56d921d 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.43.0" +version = "0.43.1" edition = "2018" [dependencies] diff --git a/applications/tari_app_utilities/Cargo.toml b/applications/tari_app_utilities/Cargo.toml index 5f5a8cc6a4..47bf0aabe9 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.43.0" +version = "0.43.1" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/applications/tari_base_node/Cargo.toml b/applications/tari_base_node/Cargo.toml index fa0f4c2d43..2401de3f71 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.43.0" +version = "0.43.1" edition = "2018" [dependencies] diff --git a/applications/tari_console_wallet/Cargo.toml b/applications/tari_console_wallet/Cargo.toml index d8a6ff6f41..20f9c513dc 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.43.0" +version = "0.43.1" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/applications/tari_merge_mining_proxy/Cargo.toml b/applications/tari_merge_mining_proxy/Cargo.toml index 641fbf2647..4eb8fb7cfa 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.43.0" +version = "0.43.1" edition = "2018" [features] diff --git a/applications/tari_miner/Cargo.toml b/applications/tari_miner/Cargo.toml index 52db0d720e..147cbea392 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.43.0" +version = "0.43.1" edition = "2018" [dependencies] diff --git a/base_layer/common_types/Cargo.toml b/base_layer/common_types/Cargo.toml index 2029a05a3e..a3eb7a99fe 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.43.0" +version = "0.43.1" edition = "2018" [dependencies] diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index e1a46a370d..5d1a4a2e30 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.43.0" +version = "0.43.1" edition = "2018" [features] diff --git a/base_layer/key_manager/Cargo.toml b/base_layer/key_manager/Cargo.toml index 06fda17361..7648057a50 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.43.0" +version = "0.43.1" edition = "2021" [lib] diff --git a/base_layer/mmr/Cargo.toml b/base_layer/mmr/Cargo.toml index fcd9e5c970..2e8889a886 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.43.0" +version = "0.43.1" edition = "2018" [features] diff --git a/base_layer/p2p/Cargo.toml b/base_layer/p2p/Cargo.toml index 90f3cdeb65..34e5a272b5 100644 --- a/base_layer/p2p/Cargo.toml +++ b/base_layer/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_p2p" -version = "0.43.0" +version = "0.43.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 398c57a205..22552f8b4c 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.43.0" +version = "0.43.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 33d98ef096..c77ccba3f6 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.43.0" +version = "0.43.1" edition = "2018" [dependencies] diff --git a/base_layer/wallet/Cargo.toml b/base_layer/wallet/Cargo.toml index 93e1414045..88cd0357c2 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.43.0" +version = "0.43.1" edition = "2018" [dependencies] diff --git a/base_layer/wallet_ffi/Cargo.toml b/base_layer/wallet_ffi/Cargo.toml index 408462d01b..354f3a5e30 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.43.0" +version = "0.43.1" edition = "2018" [dependencies] diff --git a/changelog.md b/changelog.md index 1951b1438b..5ea0edeb88 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,13 @@ 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.43.1](https://github.com/tari-project/tari/compare/v0.43.0...v0.43.1) (2022-12-12) + + +### Bug Fixes + +* **ci:** workaround - lock linux-x86_64 to ubuntu 20.04 ([#5032](https://github.com/tari-project/tari/issues/5032)) ([dc2cd82](https://github.com/tari-project/tari/commit/dc2cd82c3f1d03a8922f56fde9bfef3c289297c1)) + ## [0.43.0](https://github.com/tari-project/tari/compare/v0.42.0...v0.43.0) (2022-12-08) diff --git a/common/Cargo.toml b/common/Cargo.toml index fb9cb6ee31..fb9c4b36f1 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.43.0" +version = "0.43.1" edition = "2018" [features] diff --git a/common_sqlite/Cargo.toml b/common_sqlite/Cargo.toml index 0b62da17ec..e3763a6d5e 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.43.0" +version = "0.43.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 22519722b3..ab4bd05242 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.43.0" +version = "0.43.1" edition = "2018" [dependencies] diff --git a/comms/dht/Cargo.toml b/comms/dht/Cargo.toml index f70079581b..22a6e9d008 100644 --- a/comms/dht/Cargo.toml +++ b/comms/dht/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_comms_dht" -version = "0.43.0" +version = "0.43.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 a110814d91..0b59fb6c46 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.43.0" +version = "0.43.1" edition = "2018" [lib] diff --git a/infrastructure/derive/Cargo.toml b/infrastructure/derive/Cargo.toml index 16fd0993b9..3c470e332f 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.43.0" +version = "0.43.1" edition = "2018" [lib] diff --git a/infrastructure/shutdown/Cargo.toml b/infrastructure/shutdown/Cargo.toml index c3fa48acf7..ef964996ab 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.43.0" +version = "0.43.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 136db534cd..17e82b6791 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.43.0" +version = "0.43.1" edition = "2018" [dependencies] diff --git a/infrastructure/test_utils/Cargo.toml b/infrastructure/test_utils/Cargo.toml index 7ce0b0dd40..1685c12bbe 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.43.0" +version = "0.43.1" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/package-lock.json b/package-lock.json index 06bb18a518..27670980e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tari", - "version": "0.43.0", + "version": "0.43.1", "lockfileVersion": 2, "requires": true, "packages": {}