diff --git a/Cargo.lock b/Cargo.lock index ce25dfb28c..cb3abb1fed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4527,7 +4527,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.89.0" +version = "0.89.1" dependencies = [ "blsttc", "bytes", @@ -4566,7 +4566,7 @@ dependencies = [ [[package]] name = "sn_client" -version = "0.102.0" +version = "0.102.1" dependencies = [ "async-trait", "backoff", @@ -4600,7 +4600,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.3.0" +version = "0.3.1" dependencies = [ "blsttc", "clap 4.4.14", @@ -4673,7 +4673,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.103.0" +version = "0.103.1" dependencies = [ "assert_fs", "async-trait", @@ -4725,7 +4725,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.3.0" +version = "0.3.1" dependencies = [ "assert_fs", "async-trait", @@ -4810,7 +4810,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.3.21" +version = "0.3.22" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index e3e110346c..45307aa96f 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.89.1](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.89.0...sn_cli-v0.89.1) - 2024-01-17 + +### Other +- update dependencies + ## [0.89.0](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.88.22...sn_cli-v0.89.0) - 2024-01-17 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 6ecbd56c39..5d92241d78 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.89.0" +version = "0.89.1" [[bin]] path="src/main.rs" @@ -44,7 +44,7 @@ reqwest = { version="0.11.18", default-features=false, features = ["rustls"] } rmp-serde = "1.1.1" serde = { version = "1.0.133", features = [ "derive"]} sn_build_info = { path="../sn_build_info", version = "0.1.4" } -sn_client = { path = "../sn_client", version = "0.102.0" } +sn_client = { path = "../sn_client", version = "0.102.1" } sn_transfers = { path = "../sn_transfers", version = "0.14.38" } sn_registers = { path = "../sn_registers", version = "0.3.7" } sn_logging = { path = "../sn_logging", version = "0.2.16" } diff --git a/sn_client/CHANGELOG.md b/sn_client/CHANGELOG.md index d4ad97c80c..cd98a2681f 100644 --- a/sn_client/CHANGELOG.md +++ b/sn_client/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.102.1](https://github.com/maidsafe/safe_network/compare/sn_client-v0.102.0...sn_client-v0.102.1) - 2024-01-17 + +### Other +- fixed typo +- filled missing arguments +- formatting +- formatting +- new wallet docs + ## [0.102.0](https://github.com/maidsafe/safe_network/compare/sn_client-v0.101.13...sn_client-v0.102.0) - 2024-01-17 ### Fixed diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml index 8a14c20c23..8aae2ec7f6 100644 --- a/sn_client/Cargo.toml +++ b/sn_client/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_client" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.102.0" +version = "0.102.1" [features] default=[] diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index c241b0cf27..8b9b838583 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.3.1](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.3.0...sn_faucet-v0.3.1) - 2024-01-17 + +### Other +- update dependencies + ## [0.3.0](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.2.22...sn_faucet-v0.3.0) - 2024-01-17 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index 3ebffccdb3..624ae486ac 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.3.0" +version = "0.3.1" [features] # required to pass on flag to node builds @@ -24,7 +24,7 @@ clap = { version = "4.2.1", features = ["derive"] } color-eyre = "0.6.2" dirs-next = "~2.0.0" indicatif = { version = "0.17.5", features = ["tokio"] } -sn_client = { path = "../sn_client", version = "0.102.0" } +sn_client = { path = "../sn_client", version = "0.102.1" } sn_logging = { path = "../sn_logging", version = "0.2.16" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.2" } sn_transfers = { path = "../sn_transfers", version = "0.14.38" } diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 7f0e652871..4c8f631ece 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -2893,6 +2893,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - *(client)* [**breaking**] move out client connection progress bar +## [0.103.1](https://github.com/maidsafe/safe_network/compare/sn_node-v0.103.0...sn_node-v0.103.1) - 2024-01-17 + +### Other +- update dependencies + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index d6633932de..442b0cc80c 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.103.0" +version = "0.103.1" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -51,7 +51,7 @@ self_encryption = "~0.29.0" serde = { version = "1.0.133", features = [ "derive", "rc" ]} sn_build_info = { path="../sn_build_info", version = "0.1.4" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.2" } -sn_client = { path = "../sn_client", version = "0.102.0" } +sn_client = { path = "../sn_client", version = "0.102.1" } sn_logging = { path = "../sn_logging", version = "0.2.16" } sn_networking = { path = "../sn_networking", version = "0.12.30" } sn_protocol = { path = "../sn_protocol", version = "0.10.9" } diff --git a/sn_node_rpc_client/CHANGELOG.md b/sn_node_rpc_client/CHANGELOG.md index ecc145d51d..9629f6fa5e 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.3.1](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.3.0...sn_node_rpc_client-v0.3.1) - 2024-01-17 + +### Other +- update dependencies + ## [0.3.0](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.2.22...sn_node_rpc_client-v0.3.0) - 2024-01-17 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index e501e4efe2..c35bc55148 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.3.0" +version = "0.3.1" [[bin]] path="src/main.rs" @@ -23,9 +23,9 @@ color-eyre = "0.6.2" hex = "~0.4.3" libp2p = { version="0.52", features = ["kad"]} libp2p-identity = { version="0.2.7", features = ["rand"] } -sn_client = { path = "../sn_client", version = "0.102.0" } +sn_client = { path = "../sn_client", version = "0.102.1" } sn_logging = { path = "../sn_logging", version = "0.2.16" } -sn_node = { path = "../sn_node", version = "0.103.0" } +sn_node = { path = "../sn_node", version = "0.103.1" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.2" } sn_protocol = { path = "../sn_protocol", version = "0.10.9" } sn_transfers = { path = "../sn_transfers", version = "0.14.38" } diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index fc54204cf7..ca04949445 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -2557,6 +2557,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.3.22](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.3.21...sn_testnet-v0.3.22) - 2024-01-17 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index 3d0fc67326..be4b0adbb7 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.3.21" +version = "0.3.22" [features] # required to pass on flag to node builds