From 59d96c0bc452bdd44c1454c057ffa3039c6ea05f Mon Sep 17 00:00:00 2001 From: Mike the Tike Date: Mon, 24 Jan 2022 16:35:05 +0200 Subject: [PATCH] v0.25.1 --- Cargo.lock | 72 +++++++++---------- applications/launchpad/backend/Cargo.toml | 2 +- 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/tari_mining_node/Cargo.toml | 2 +- .../tari_stratum_transcoder/Cargo.toml | 2 +- applications/tari_validator_node/Cargo.toml | 2 +- applications/test_faucet/Cargo.toml | 2 +- base_layer/common_types/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_stratum_ffi/Cargo.toml | 2 +- base_layer/wallet/Cargo.toml | 2 +- base_layer/wallet_ffi/Cargo.toml | 2 +- changelog.md | 16 +++++ common/Cargo.toml | 2 +- common_sqlite/Cargo.toml | 2 +- comms/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 +- 31 files changed, 81 insertions(+), 65 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7476b7c584..d5725efd2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6365,7 +6365,7 @@ dependencies = [ [[package]] name = "tari_app_grpc" -version = "0.25.0" +version = "0.25.1" dependencies = [ "chrono", "prost", @@ -6381,7 +6381,7 @@ dependencies = [ [[package]] name = "tari_app_utilities" -version = "0.25.0" +version = "0.25.1" dependencies = [ "config 0.9.3", "dirs-next 1.0.2", @@ -6403,7 +6403,7 @@ dependencies = [ [[package]] name = "tari_base_node" -version = "0.25.0" +version = "0.25.1" dependencies = [ "anyhow", "bincode", @@ -6496,7 +6496,7 @@ dependencies = [ [[package]] name = "tari_common" -version = "0.25.0" +version = "0.25.1" dependencies = [ "anyhow", "config 0.9.3", @@ -6514,7 +6514,7 @@ dependencies = [ "sha2", "structopt", "tari_storage", - "tari_test_utils 0.25.0", + "tari_test_utils 0.25.1", "tempfile", "thiserror", "toml 0.5.8", @@ -6522,7 +6522,7 @@ dependencies = [ [[package]] name = "tari_common_sqlite" -version = "0.25.0" +version = "0.25.1" dependencies = [ "diesel", "log", @@ -6531,7 +6531,7 @@ dependencies = [ [[package]] name = "tari_common_types" -version = "0.25.0" +version = "0.25.1" dependencies = [ "digest 0.9.0", "lazy_static 1.4.0", @@ -6544,7 +6544,7 @@ dependencies = [ [[package]] name = "tari_comms" -version = "0.25.0" +version = "0.25.1" dependencies = [ "anyhow", "async-trait", @@ -6580,7 +6580,7 @@ dependencies = [ "tari_metrics", "tari_shutdown", "tari_storage", - "tari_test_utils 0.25.0", + "tari_test_utils 0.25.1", "tempfile", "thiserror", "tokio 1.15.0", @@ -6593,7 +6593,7 @@ dependencies = [ [[package]] name = "tari_comms_dht" -version = "0.25.0" +version = "0.25.1" dependencies = [ "anyhow", "bitflags 1.3.2", @@ -6627,7 +6627,7 @@ dependencies = [ "tari_crypto", "tari_shutdown", "tari_storage", - "tari_test_utils 0.25.0", + "tari_test_utils 0.25.1", "tari_utilities", "tempfile", "thiserror", @@ -6638,7 +6638,7 @@ dependencies = [ [[package]] name = "tari_comms_rpc_macros" -version = "0.25.0" +version = "0.25.1" dependencies = [ "futures 0.3.19", "proc-macro2", @@ -6646,14 +6646,14 @@ dependencies = [ "quote", "syn", "tari_comms", - "tari_test_utils 0.25.0", + "tari_test_utils 0.25.1", "tokio 1.15.0", "tower-service", ] [[package]] name = "tari_console_wallet" -version = "0.25.0" +version = "0.25.1" dependencies = [ "bitflags 1.3.2", "chrono", @@ -6698,7 +6698,7 @@ dependencies = [ [[package]] name = "tari_core" -version = "0.25.0" +version = "0.25.1" dependencies = [ "async-trait", "bincode", @@ -6742,7 +6742,7 @@ dependencies = [ "tari_service_framework", "tari_shutdown", "tari_storage", - "tari_test_utils 0.25.0", + "tari_test_utils 0.25.1", "tari_utilities", "tempfile", "thiserror", @@ -6843,7 +6843,7 @@ dependencies = [ [[package]] name = "tari_key_manager" -version = "0.25.0" +version = "0.25.1" dependencies = [ "argon2", "arrayvec 0.7.2", @@ -6872,7 +6872,7 @@ dependencies = [ [[package]] name = "tari_launchpad" -version = "0.25.0" +version = "0.25.1" dependencies = [ "bollard", "config 0.11.0", @@ -6910,7 +6910,7 @@ dependencies = [ [[package]] name = "tari_merge_mining_proxy" -version = "0.25.0" +version = "0.25.1" dependencies = [ "anyhow", "bincode", @@ -6952,7 +6952,7 @@ dependencies = [ [[package]] name = "tari_mining_node" -version = "0.25.0" +version = "0.25.1" dependencies = [ "bufstream", "chrono", @@ -6982,7 +6982,7 @@ dependencies = [ [[package]] name = "tari_mmr" -version = "0.25.0" +version = "0.25.1" dependencies = [ "bincode", "blake2", @@ -7000,7 +7000,7 @@ dependencies = [ [[package]] name = "tari_p2p" -version = "0.25.0" +version = "0.25.1" dependencies = [ "anyhow", "bytes 0.5.6", @@ -7027,7 +7027,7 @@ dependencies = [ "tari_service_framework", "tari_shutdown", "tari_storage", - "tari_test_utils 0.25.0", + "tari_test_utils 0.25.1", "tari_utilities", "tempfile", "thiserror", @@ -7041,7 +7041,7 @@ dependencies = [ [[package]] name = "tari_service_framework" -version = "0.25.0" +version = "0.25.1" dependencies = [ "anyhow", "async-trait", @@ -7049,7 +7049,7 @@ dependencies = [ "futures-test", "log", "tari_shutdown", - "tari_test_utils 0.25.0", + "tari_test_utils 0.25.1", "thiserror", "tokio 1.15.0", "tower", @@ -7058,7 +7058,7 @@ dependencies = [ [[package]] name = "tari_shutdown" -version = "0.25.0" +version = "0.25.1" dependencies = [ "futures 0.3.19", "tokio 1.15.0", @@ -7066,7 +7066,7 @@ dependencies = [ [[package]] name = "tari_storage" -version = "0.25.0" +version = "0.25.1" dependencies = [ "bincode", "lmdb-zero", @@ -7080,7 +7080,7 @@ dependencies = [ [[package]] name = "tari_stratum_ffi" -version = "0.25.0" +version = "0.25.1" dependencies = [ "hex", "libc", @@ -7096,7 +7096,7 @@ dependencies = [ [[package]] name = "tari_stratum_transcoder" -version = "0.25.0" +version = "0.25.1" dependencies = [ "bincode", "bytes 0.5.6", @@ -7143,7 +7143,7 @@ dependencies = [ [[package]] name = "tari_test_utils" -version = "0.25.0" +version = "0.25.1" dependencies = [ "futures 0.3.19", "futures-test", @@ -7173,7 +7173,7 @@ dependencies = [ [[package]] name = "tari_validator_node" -version = "0.25.0" +version = "0.25.1" dependencies = [ "anyhow", "async-trait", @@ -7214,7 +7214,7 @@ dependencies = [ [[package]] name = "tari_wallet" -version = "0.25.0" +version = "0.25.1" dependencies = [ "aes-gcm 0.8.0", "argon2", @@ -7253,7 +7253,7 @@ dependencies = [ "tari_service_framework", "tari_shutdown", "tari_storage", - "tari_test_utils 0.25.0", + "tari_test_utils 0.25.1", "tari_utilities", "tempfile", "thiserror", @@ -7263,7 +7263,7 @@ dependencies = [ [[package]] name = "tari_wallet_ffi" -version = "0.25.0" +version = "0.25.1" dependencies = [ "chrono", "futures 0.3.19", @@ -7283,7 +7283,7 @@ dependencies = [ "tari_p2p", "tari_service_framework", "tari_shutdown", - "tari_test_utils 0.25.0", + "tari_test_utils 0.25.1", "tari_utilities", "tari_wallet", "tempfile", @@ -7475,7 +7475,7 @@ dependencies = [ [[package]] name = "test_faucet" -version = "0.25.0" +version = "0.25.1" dependencies = [ "rand 0.8.4", "serde 1.0.135", diff --git a/applications/launchpad/backend/Cargo.toml b/applications/launchpad/backend/Cargo.toml index 0938b6e149..d84f8c9504 100644 --- a/applications/launchpad/backend/Cargo.toml +++ b/applications/launchpad/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_launchpad" -version = "0.25.0" +version = "0.25.1" description = "The Tari Launcher" authors = ["The Tari Development Community"] license = "" diff --git a/applications/tari_app_grpc/Cargo.toml b/applications/tari_app_grpc/Cargo.toml index 81b2d2f713..b31685dbfe 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.25.0" +version = "0.25.1" edition = "2018" [dependencies] diff --git a/applications/tari_app_utilities/Cargo.toml b/applications/tari_app_utilities/Cargo.toml index e2ed9ebef5..957c7eb8f0 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.25.0" +version = "0.25.1" authors = ["The Tari Development Community"] edition = "2018" diff --git a/applications/tari_base_node/Cargo.toml b/applications/tari_base_node/Cargo.toml index 2a80a20a56..b38f5e99e5 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.25.0" +version = "0.25.1" edition = "2018" [dependencies] diff --git a/applications/tari_console_wallet/Cargo.toml b/applications/tari_console_wallet/Cargo.toml index 0d2d74bd78..558e14ba9d 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.25.0" +version = "0.25.1" authors = ["The Tari Development Community"] edition = "2018" diff --git a/applications/tari_merge_mining_proxy/Cargo.toml b/applications/tari_merge_mining_proxy/Cargo.toml index 35ae92dd12..845a8e1122 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.25.0" +version = "0.25.1" edition = "2018" [features] diff --git a/applications/tari_mining_node/Cargo.toml b/applications/tari_mining_node/Cargo.toml index ec4e4384d4..a874bcc11a 100644 --- a/applications/tari_mining_node/Cargo.toml +++ b/applications/tari_mining_node/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "The tari mining node implementation" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "0.25.0" +version = "0.25.1" edition = "2018" [dependencies] diff --git a/applications/tari_stratum_transcoder/Cargo.toml b/applications/tari_stratum_transcoder/Cargo.toml index e3e35981d3..d1d1bb9551 100644 --- a/applications/tari_stratum_transcoder/Cargo.toml +++ b/applications/tari_stratum_transcoder/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "The tari stratum transcoder for miningcore" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "0.25.0" +version = "0.25.1" edition = "2018" [features] diff --git a/applications/tari_validator_node/Cargo.toml b/applications/tari_validator_node/Cargo.toml index 492c60823c..ee93e32140 100644 --- a/applications/tari_validator_node/Cargo.toml +++ b/applications/tari_validator_node/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "The Tari validator node implementation" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "0.25.0" +version = "0.25.1" edition = "2018" [dependencies] diff --git a/applications/test_faucet/Cargo.toml b/applications/test_faucet/Cargo.toml index d1f494e121..1385bd3117 100644 --- a/applications/test_faucet/Cargo.toml +++ b/applications/test_faucet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_faucet" -version = "0.25.0" +version = "0.25.1" authors = ["The Tari Development Community"] edition = "2018" diff --git a/base_layer/common_types/Cargo.toml b/base_layer/common_types/Cargo.toml index b782006bc7..cb71d3e2df 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.25.0" +version = "0.25.1" edition = "2018" [dependencies] diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index eae23b4ab1..9f63a7f248 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.25.0" +version = "0.25.1" edition = "2018" [features] diff --git a/base_layer/key_manager/Cargo.toml b/base_layer/key_manager/Cargo.toml index 274ee72bd1..905f28e65a 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.25.0" +version = "0.25.1" edition = "2021" [lib] diff --git a/base_layer/mmr/Cargo.toml b/base_layer/mmr/Cargo.toml index 380666be35..c31625f7f0 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.25.0" +version = "0.25.1" edition = "2018" [features] diff --git a/base_layer/p2p/Cargo.toml b/base_layer/p2p/Cargo.toml index e8ff1182c4..337406cd53 100644 --- a/base_layer/p2p/Cargo.toml +++ b/base_layer/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_p2p" -version = "0.25.0" +version = "0.25.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 c2c345c0c6..76fe0cbf10 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.25.0" +version = "0.25.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_stratum_ffi/Cargo.toml b/base_layer/tari_stratum_ffi/Cargo.toml index c7ecc1f284..89fdafd919 100644 --- a/base_layer/tari_stratum_ffi/Cargo.toml +++ b/base_layer/tari_stratum_ffi/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_stratum_ffi" authors = ["The Tari Development Community"] description = "Tari cryptocurrency miningcore C FFI bindings" license = "BSD-3-Clause" -version = "0.25.0" +version = "0.25.1" edition = "2018" [dependencies] diff --git a/base_layer/wallet/Cargo.toml b/base_layer/wallet/Cargo.toml index 3ae10b1111..2954a0a50b 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.25.0" +version = "0.25.1" edition = "2018" [dependencies] diff --git a/base_layer/wallet_ffi/Cargo.toml b/base_layer/wallet_ffi/Cargo.toml index 800c11e815..67ec1c52be 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.25.0" +version = "0.25.1" edition = "2018" [dependencies] diff --git a/changelog.md b/changelog.md index 2ecd17f00f..544c606ef2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,21 @@ # Changelog + +### [0.25.1](https://github.com/tari-project/tari/compare/v0.25.0...v0.25.1) (2022-01-24) + + +### Features + +* add icon to mining node ([#3555](https://github.com/tari-project/tari/issues/3555)) ([4551a90](https://github.com/tari-project/tari/commit/4551a9033aff8a22ab3f5cf1c2c4a65534dcb743)) +* add sync progress grpc ([#3722](https://github.com/tari-project/tari/issues/3722)) ([d47ad5e](https://github.com/tari-project/tari/commit/d47ad5ec165b23fbf17d791ba63f8a49419075f8)) +* validator node shows its public key on startup ([#3734](https://github.com/tari-project/tari/issues/3734)) ([fc7da51](https://github.com/tari-project/tari/commit/fc7da511999d407cf38294dc3e68bb5c99af12a1)) +* **validator:** add grpc identity rpc ([#3731](https://github.com/tari-project/tari/issues/3731)) ([6d2a4a4](https://github.com/tari-project/tari/commit/6d2a4a402be8120a66d4dd7b23adfe00bdf9434e)) + + +### Bug Fixes + +* prevent key leaking through derive debug impl ([#3735](https://github.com/tari-project/tari/issues/3735)) ([12a90e6](https://github.com/tari-project/tari/commit/12a90e6b8781d1d4de02e1374b2e3277d132d44c)) + ## [0.25.0](https://github.com/tari-project/tari/compare/v0.24.0...v0.25.0) (2022-01-21) diff --git a/common/Cargo.toml b/common/Cargo.toml index 87264708fc..c63d4a1a51 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.25.0" +version = "0.25.1" edition = "2018" [features] diff --git a/common_sqlite/Cargo.toml b/common_sqlite/Cargo.toml index 212257fe87..0e1217b12d 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.25.0" +version = "0.25.1" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/comms/Cargo.toml b/comms/Cargo.toml index 73ac928c44..1d4f984252 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.25.0" +version = "0.25.1" edition = "2018" [dependencies] diff --git a/comms/dht/Cargo.toml b/comms/dht/Cargo.toml index 77dffb3a7b..31fc8ea97b 100644 --- a/comms/dht/Cargo.toml +++ b/comms/dht/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_comms_dht" -version = "0.25.0" +version = "0.25.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 1bdd1ac804..49a098b89e 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.25.0" +version = "0.25.1" edition = "2018" [lib] diff --git a/infrastructure/derive/Cargo.toml b/infrastructure/derive/Cargo.toml index e9eb933401..a0d08fcc7a 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.25.0" +version = "0.25.1" edition = "2018" [lib] diff --git a/infrastructure/shutdown/Cargo.toml b/infrastructure/shutdown/Cargo.toml index bdf6e373b1..33f28b4978 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.25.0" +version = "0.25.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 1abea92bbe..d3579dd1f6 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.25.0" +version = "0.25.1" edition = "2018" [dependencies] diff --git a/infrastructure/test_utils/Cargo.toml b/infrastructure/test_utils/Cargo.toml index 14f3289eec..4c20753105 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.25.0" +version = "0.25.1" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/package-lock.json b/package-lock.json index 3ee069baec..402f3e9f88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,4 +1,4 @@ { "lockfileVersion": 1, - "version": "0.25.0" + "version": "0.25.1" }