diff --git a/Cargo.lock b/Cargo.lock index ceef3fbe35..79c23868df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4512,7 +4512,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.86.98" +version = "0.86.99" dependencies = [ "blsttc", "bytes", @@ -4584,7 +4584,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.1.120" +version = "0.1.121" dependencies = [ "blsttc", "clap 4.4.10", @@ -4656,7 +4656,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.100.44" +version = "0.100.45" dependencies = [ "assert_fs", "async-trait", @@ -4708,7 +4708,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.1.116" +version = "0.1.117" dependencies = [ "assert_fs", "async-trait", @@ -4793,7 +4793,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.2.378" +version = "0.2.379" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index d8a6aadd97..360d4d31bd 100644 --- a/sn_cli/CHANGELOG.md +++ b/sn_cli/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.86.99](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.98...sn_cli-v0.86.99) - 2024-01-06 + +### Fixed +- *(cli)* read datamap when the xor addr of the file is provided + ## [0.86.98](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.97...sn_cli-v0.86.98) - 2024-01-05 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 68b0a53962..1bf2117ba8 100644 --- a/sn_cli/Cargo.toml +++ b/sn_cli/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_cli" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.86.98" +version = "0.86.99" [[bin]] path="src/main.rs" diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index cad5aab667..1facf9e467 100644 --- a/sn_faucet/CHANGELOG.md +++ b/sn_faucet/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.121](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.120...sn_faucet-v0.1.121) - 2024-01-06 + +### Other +- update dependencies + ## [0.1.120](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.119...sn_faucet-v0.1.120) - 2024-01-05 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index 768070892f..1d26a7c669 100644 --- a/sn_faucet/Cargo.toml +++ b/sn_faucet/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_faucet" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.120" +version = "0.1.121" [features] # required to pass on flag to node builds diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index b8de5679ac..19ada3ec26 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -2744,6 +2744,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.100.45](https://github.com/maidsafe/safe_network/compare/sn_node-v0.100.44...sn_node-v0.100.45) - 2024-01-06 + +### Other +- update dependencies + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index fe1091bac2..9ab0df1a73 100644 --- a/sn_node/Cargo.toml +++ b/sn_node/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "Safe Node" name = "sn_node" -version = "0.100.44" +version = "0.100.45" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" diff --git a/sn_node_rpc_client/CHANGELOG.md b/sn_node_rpc_client/CHANGELOG.md index fb853697df..89056c01d4 100644 --- a/sn_node_rpc_client/CHANGELOG.md +++ b/sn_node_rpc_client/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.117](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.116...sn_node_rpc_client-v0.1.117) - 2024-01-06 + +### Other +- update dependencies + ## [0.1.116](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.115...sn_node_rpc_client-v0.1.116) - 2024-01-05 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 1e36f293f1..75f874e2fc 100644 --- a/sn_node_rpc_client/Cargo.toml +++ b/sn_node_rpc_client/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_node_rpc_client" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.116" +version = "0.1.117" [[bin]] path="src/main.rs" @@ -25,7 +25,7 @@ libp2p = { version="0.52", features = ["kad"]} libp2p-identity = { version="0.2.7", features = ["rand"] } sn_client = { path = "../sn_client", version = "0.99.39" } sn_logging = { path = "../sn_logging", version = "0.2.16" } -sn_node = { path = "../sn_node", version = "0.100.44" } +sn_node = { path = "../sn_node", version = "0.100.45" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.1.13" } sn_protocol = { path = "../sn_protocol", version = "0.10.1" } sn_transfers = { path = "../sn_transfers", version = "0.14.32" } diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index b1058b10fd..433dbb839f 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -2422,6 +2422,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.2.379](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.378...sn_testnet-v0.2.379) - 2024-01-06 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index 93ff655d20..b26ced7a9f 100644 --- a/sn_testnet/Cargo.toml +++ b/sn_testnet/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_testnet" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.2.378" +version = "0.2.379" [features] # required to pass on flag to node builds