diff --git a/Cargo.lock b/Cargo.lock index 65a07207f0..481d855b1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4301,7 +4301,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.84.12" +version = "0.84.13" dependencies = [ "bincode", "blsttc", @@ -4415,7 +4415,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.95.7" +version = "0.95.8" dependencies = [ "assert_fs", "async-trait", @@ -4521,7 +4521,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.2.227" +version = "0.2.228" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index ae5e958a94..2b9b859c93 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.84.13](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.84.12...sn_cli-v0.84.13) - 2023-10-23 + +### Other +- update dependencies + ## [0.84.12](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.84.11...sn_cli-v0.84.12) - 2023-10-23 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 8b768d7fd0..2390c781e6 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.84.12" +version = "0.84.13" [[bin]] path="src/main.rs" diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 1b2a7452ce..1d65a30427 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -1807,6 +1807,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.95.8](https://github.com/maidsafe/safe_network/compare/sn_node-v0.95.7...sn_node-v0.95.8) - 2023-10-23 + +### Fixed +- filter duplicated peers when replication + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index cb8b8dd0c7..9e5b5485a9 100644 --- a/sn_node/Cargo.toml +++ b/sn_node/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers <dev@maidsafe.net>"] description = "Safe Node" name = "sn_node" -version = "0.95.7" +version = "0.95.8" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index 5379f48c60..ec988779c7 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -1660,6 +1660,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.2.228](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.227...sn_testnet-v0.2.228) - 2023-10-23 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) <csr-id-4f04bd1a5d1c747bfc6b5d39824dd108f8546b7b/> diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index a4364cc8bb..7e0c049428 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.227" +version = "0.2.228" [features] # required to pass on flag to node builds