diff --git a/Cargo.lock b/Cargo.lock index e0e521e024..1baac25316 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4917,7 +4917,7 @@ checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "sn-node-manager" -version = "0.1.52" +version = "0.1.53" dependencies = [ "assert_cmd", "assert_fs", @@ -4975,7 +4975,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.89.53" +version = "0.89.54" dependencies = [ "blsttc", "bytes", @@ -5056,7 +5056,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.3.52" +version = "0.3.53" dependencies = [ "bitcoin", "blsttc", @@ -5142,7 +5142,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.104.2" +version = "0.104.3" dependencies = [ "assert_fs", "async-trait", @@ -5194,7 +5194,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.4.37" +version = "0.4.38" dependencies = [ "assert_fs", "async-trait", @@ -5680,7 +5680,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "token_supplies" -version = "0.1.37" +version = "0.1.38" dependencies = [ "dirs-next", "reqwest", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index c291b246bd..19a0bf6dcc 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.54](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.89.53...sn_cli-v0.89.54) - 2024-02-08 + +### Other +- update dependencies + ## [0.89.53](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.89.52...sn_cli-v0.89.53) - 2024-02-08 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index f0880e3f34..f6f8f0a2fc 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.53" +version = "0.89.54" [[bin]] path="src/main.rs" diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index 4ba189e48d..9bd566818e 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.53](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.3.52...sn_faucet-v0.3.53) - 2024-02-08 + +### Other +- update dependencies + ## [0.3.52](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.3.51...sn_faucet-v0.3.52) - 2024-02-08 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index 323b1ff058..54fbd1688d 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.52" +version = "0.3.53" [features] default = [] diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index e41719173c..04d0eb1fbe 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -3155,6 +3155,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - Revert "chore: roll back to log more" +## [0.104.3](https://github.com/maidsafe/safe_network/compare/sn_node-v0.104.2...sn_node-v0.104.3) - 2024-02-08 + +### Other +- update dependencies + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 27d44075c4..24c877e430 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.104.2" +version = "0.104.3" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" diff --git a/sn_node_manager/CHANGELOG.md b/sn_node_manager/CHANGELOG.md index 5ec1913bfe..826473a00d 100644 --- a/sn_node_manager/CHANGELOG.md +++ b/sn_node_manager/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.53](https://github.com/maidsafe/safe_network/compare/sn-node-manager-v0.1.52...sn-node-manager-v0.1.53) - 2024-02-08 + +### Other +- update dependencies + ## [0.1.52](https://github.com/maidsafe/safe_network/compare/sn-node-manager-v0.1.51...sn-node-manager-v0.1.52) - 2024-02-08 ### Other diff --git a/sn_node_manager/Cargo.toml b/sn_node_manager/Cargo.toml index ca8e18014d..3f52ce597e 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.52" +version = "0.1.53" [[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.37" } +sn_node_rpc_client = { path = "../sn_node_rpc_client", version = "0.4.38" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.4" } sn_protocol = { path = "../sn_protocol", version = "0.12.4" } sn-releases = "0.1.7" diff --git a/sn_node_rpc_client/CHANGELOG.md b/sn_node_rpc_client/CHANGELOG.md index a4f019cb18..55f7d9db47 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.38](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.4.37...sn_node_rpc_client-v0.4.38) - 2024-02-08 + +### Other +- update dependencies + ## [0.4.37](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.4.36...sn_node_rpc_client-v0.4.37) - 2024-02-08 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index b3102dc04e..ec90032ece 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.37" +version = "0.4.38" [[bin]] path="src/main.rs" @@ -25,7 +25,7 @@ libp2p = { version="0.53", features = ["kad"]} libp2p-identity = { version="0.2.7", features = ["rand"] } sn_client = { path = "../sn_client", version = "0.104.0" } sn_logging = { path = "../sn_logging", version = "0.2.20" } -sn_node = { path = "../sn_node", version = "0.104.2" } +sn_node = { path = "../sn_node", version = "0.104.3" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.5" } sn_protocol = { path = "../sn_protocol", version = "0.12.4", features=["rpc"] } sn_transfers = { path = "../sn_transfers", version = "0.15.2" } diff --git a/token_supplies/CHANGELOG.md b/token_supplies/CHANGELOG.md index ff41c9ca2c..b93c3afd6d 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.38](https://github.com/maidsafe/safe_network/compare/token_supplies-v0.1.37...token_supplies-v0.1.38) - 2024-02-08 + +### Other +- update dependencies + ## [0.1.37](https://github.com/maidsafe/safe_network/compare/token_supplies-v0.1.36...token_supplies-v0.1.37) - 2024-02-08 ### Other diff --git a/token_supplies/Cargo.toml b/token_supplies/Cargo.toml index 321fd5c219..699a9d7354 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.37" +version = "0.1.38" [dependencies]