diff --git a/Cargo.lock b/Cargo.lock index 6706db74ce..70d5b409a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4999,7 +4999,7 @@ checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "sn-node-manager" -version = "0.1.33" +version = "0.1.34" dependencies = [ "assert_cmd", "assert_fs", @@ -5057,7 +5057,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.89.33" +version = "0.89.34" dependencies = [ "blsttc", "bytes", @@ -5138,7 +5138,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.3.32" +version = "0.3.33" dependencies = [ "bitcoin", "blsttc", @@ -5161,7 +5161,7 @@ dependencies = [ [[package]] name = "sn_logging" -version = "0.2.17" +version = "0.2.18" dependencies = [ "chrono", "dirs-next", @@ -5219,7 +5219,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.103.29" +version = "0.103.30" dependencies = [ "assert_fs", "async-trait", @@ -5271,7 +5271,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.4.17" +version = "0.4.18" dependencies = [ "assert_fs", "async-trait", @@ -5757,7 +5757,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "token_supplies" -version = "0.1.20" +version = "0.1.21" dependencies = [ "dirs-next", "reqwest", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index 2300c43033..43cc01b717 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.34](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.89.33...sn_cli-v0.89.34) - 2024-01-31 + +### Other +- update dependencies + ## [0.89.33](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.89.32...sn_cli-v0.89.33) - 2024-01-31 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index a55d048024..147f0751d2 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.33" +version = "0.89.34" [[bin]] path="src/main.rs" @@ -47,7 +47,7 @@ sn_build_info = { path="../sn_build_info", version = "0.1.4" } sn_client = { path = "../sn_client", version = "0.102.19" } sn_transfers = { path = "../sn_transfers", version = "0.14.43" } sn_registers = { path = "../sn_registers", version = "0.3.8" } -sn_logging = { path = "../sn_logging", version = "0.2.17" } +sn_logging = { path = "../sn_logging", version = "0.2.18" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.5" } sn_protocol = { path = "../sn_protocol", version = "0.12.0" } tempfile = "3.6.0" diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index 6a05d0261b..401795008e 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.33](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.3.32...sn_faucet-v0.3.33) - 2024-01-31 + +### Other +- remove the `sn_testnet` crate + ## [0.3.32](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.3.31...sn_faucet-v0.3.32) - 2024-01-31 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index fa79d27113..fadd28d2c2 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.32" +version = "0.3.33" [features] default = [] @@ -28,7 +28,7 @@ minreq = { version = "2.11.0", features = ["https-rustls"] } serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" sn_client = { path = "../sn_client", version = "0.102.19" } -sn_logging = { path = "../sn_logging", version = "0.2.17" } +sn_logging = { path = "../sn_logging", version = "0.2.18" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.5" } sn_transfers = { path = "../sn_transfers", version = "0.14.43" } tiny_http = { version="0.12", features = ["ssl-rustls"] } diff --git a/sn_logging/CHANGELOG.md b/sn_logging/CHANGELOG.md index 246122f2b7..2a663812a6 100644 --- a/sn_logging/CHANGELOG.md +++ b/sn_logging/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.18](https://github.com/maidsafe/safe_network/compare/sn_logging-v0.2.17...sn_logging-v0.2.18) - 2024-01-31 + +### Other +- remove the `sn_testnet` crate + ## [0.2.17](https://github.com/maidsafe/safe_network/compare/sn_logging-v0.2.16...sn_logging-v0.2.17) - 2024-01-23 ### Other diff --git a/sn_logging/Cargo.toml b/sn_logging/Cargo.toml index 6cccea94ca..c42b71817a 100644 --- a/sn_logging/Cargo.toml +++ b/sn_logging/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_logging" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.2.17" +version = "0.2.18" [dependencies] chrono = "~0.4.19" diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index edc039e47d..e788872686 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -3052,6 +3052,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.103.30](https://github.com/maidsafe/safe_network/compare/sn_node-v0.103.29...sn_node-v0.103.30) - 2024-01-31 + +### Other +- remove the `sn_testnet` crate + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index e779d15918..56860aeed4 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.29" +version = "0.103.30" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -51,7 +51,7 @@ 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.5" } sn_client = { path = "../sn_client", version = "0.102.19" } -sn_logging = { path = "../sn_logging", version = "0.2.17" } +sn_logging = { path = "../sn_logging", version = "0.2.18" } sn_networking = { path = "../sn_networking", version = "0.12.43" } sn_protocol = { path = "../sn_protocol", version = "0.12.0", features = ["rpc"]} sn_registers = { path = "../sn_registers", version = "0.3.8" } diff --git a/sn_node_manager/CHANGELOG.md b/sn_node_manager/CHANGELOG.md index 451602c81e..ded8e17ed3 100644 --- a/sn_node_manager/CHANGELOG.md +++ b/sn_node_manager/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.34](https://github.com/maidsafe/safe_network/compare/sn-node-manager-v0.1.33...sn-node-manager-v0.1.34) - 2024-01-31 + +### Added +- provide `--build` flag for commands + +### Other +- download binary once for `add` command +- misc clean up for local testnets + ## [0.1.33](https://github.com/maidsafe/safe_network/compare/sn-node-manager-v0.1.32...sn-node-manager-v0.1.33) - 2024-01-31 ### Other diff --git a/sn_node_manager/Cargo.toml b/sn_node_manager/Cargo.toml index adb4132a8c..843d4c4557 100644 --- a/sn_node_manager/Cargo.toml +++ b/sn_node_manager/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn-node-manager" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.33" +version = "0.1.34" [[bin]] path="src/main.rs" @@ -37,7 +37,7 @@ semver = "1.0.20" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" service-manager = "0.5.1" -sn_node_rpc_client = { path = "../sn_node_rpc_client", version = "0.4.17" } +sn_node_rpc_client = { path = "../sn_node_rpc_client", version = "0.4.18" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.4" } sn_protocol = { path = "../sn_protocol", version = "0.12.0" } sn-releases = "0.1.6" diff --git a/sn_node_rpc_client/CHANGELOG.md b/sn_node_rpc_client/CHANGELOG.md index 6a744027a1..70463cfbb6 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.4.18](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.4.17...sn_node_rpc_client-v0.4.18) - 2024-01-31 + +### Other +- update dependencies + ## [0.4.17](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.4.16...sn_node_rpc_client-v0.4.17) - 2024-01-31 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 6c21abf64a..86cc871409 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.4.17" +version = "0.4.18" [[bin]] path="src/main.rs" @@ -24,8 +24,8 @@ 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.19" } -sn_logging = { path = "../sn_logging", version = "0.2.17" } -sn_node = { path = "../sn_node", version = "0.103.29" } +sn_logging = { path = "../sn_logging", version = "0.2.18" } +sn_node = { path = "../sn_node", version = "0.103.30" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.5" } sn_protocol = { path = "../sn_protocol", version = "0.12.0", features=["rpc"] } sn_transfers = { path = "../sn_transfers", version = "0.14.43" } diff --git a/token_supplies/CHANGELOG.md b/token_supplies/CHANGELOG.md index 0ab43335e9..1681dda772 100644 --- a/token_supplies/CHANGELOG.md +++ b/token_supplies/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.21](https://github.com/maidsafe/safe_network/compare/token_supplies-v0.1.20...token_supplies-v0.1.21) - 2024-01-31 + +### Other +- update dependencies + ## [0.1.20](https://github.com/maidsafe/safe_network/compare/token_supplies-v0.1.19...token_supplies-v0.1.20) - 2024-01-31 ### Other diff --git a/token_supplies/Cargo.toml b/token_supplies/Cargo.toml index d30153b304..5b14eff063 100644 --- a/token_supplies/Cargo.toml +++ b/token_supplies/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "token_supplies" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.20" +version = "0.1.21" [dependencies]