diff --git a/Cargo.lock b/Cargo.lock index a4e9f2ff9f..4f14c7aa28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4286,7 +4286,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.83.10" +version = "0.83.11" dependencies = [ "bincode", "blsttc", @@ -4395,7 +4395,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.91.9" +version = "0.91.10" dependencies = [ "assert_fs", "async-trait", @@ -4500,7 +4500,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.2.172" +version = "0.2.173" dependencies = [ "assert_fs", "clap 3.2.25", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index a3a218198f..a8b0c17fb6 100644 --- a/sn_cli/CHANGELOG.md +++ b/sn_cli/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.83.11](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.83.10...sn_cli-v0.83.11) - 2023-10-02 + +### Added +- add read transfer from file option +- faucet using transfers instead of sending raw cashnotes + +### Other +- trim transfer hex nl and spaces +- add some more error info printing + ## [0.83.10](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.83.9...sn_cli-v0.83.10) - 2023-10-02 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 6fc0c13705..6b55c23fae 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.83.10" +version = "0.83.11" [[bin]] path="src/main.rs" diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index a9d7cb4562..ae6b5e1cf5 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -1481,6 +1481,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.91.10](https://github.com/maidsafe/safe_network/compare/sn_node-v0.91.9...sn_node-v0.91.10) - 2023-10-02 + +### Added +- add read transfer from file option +- faucet using transfers instead of sending raw cashnotes + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 3103efb9a8..09cdc7b93c 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.91.9" +version = "0.91.10" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index 9dc91d953b..0d1002bc0b 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -1381,6 +1381,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.2.173](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.172...sn_testnet-v0.2.173) - 2023-10-02 + +### Other +- update dependencies + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index e3db9bbcea..b93c8c8d2b 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.172" +version = "0.2.173" [features] # required to pass on flag to node builds