From 1c1ac75d06316ba905ae9d328d0dc134fabc2734 Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Wed, 6 Mar 2024 10:51:58 +0900 Subject: [PATCH] chore(release): sn_cli-v0.89.81/sn_client-v0.104.28/sn_networking-v0.13.30/sn_protocol-v0.15.1/sn_transfers-v0.16.2/sn_faucet-v0.3.81/sn_node-v0.104.36/sn-node-manager-v0.4.1/sn_node_rpc_client-v0.4.68 --- Cargo.lock | 18 +++++++------- sn_cli/CHANGELOG.md | 42 +++++++++++++++++++++++++++++++++ sn_cli/Cargo.toml | 6 ++--- sn_client/CHANGELOG.md | 27 +++++++++++++++++++++ sn_client/Cargo.toml | 8 +++---- sn_faucet/CHANGELOG.md | 9 +++++++ sn_faucet/Cargo.toml | 6 ++--- sn_networking/CHANGELOG.md | 17 +++++++++++++ sn_networking/Cargo.toml | 6 ++--- sn_node/CHANGELOG.md | 22 +++++++++++++++++ sn_node/Cargo.toml | 12 +++++----- sn_node_manager/CHANGELOG.md | 5 ++++ sn_node_manager/Cargo.toml | 8 +++---- sn_node_rpc_client/CHANGELOG.md | 5 ++++ sn_node_rpc_client/Cargo.toml | 10 ++++---- sn_protocol/CHANGELOG.md | 5 ++++ sn_protocol/Cargo.toml | 4 ++-- sn_transfers/CHANGELOG.md | 5 ++++ sn_transfers/Cargo.toml | 2 +- 19 files changed, 177 insertions(+), 40 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f539c5a6ba..2001f0241d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4833,7 +4833,7 @@ checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "sn-node-manager" -version = "0.4.0" +version = "0.4.1" dependencies = [ "assert_cmd", "assert_fs", @@ -4896,7 +4896,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.89.80" +version = "0.89.81" dependencies = [ "blsttc", "bytes", @@ -4932,7 +4932,7 @@ dependencies = [ [[package]] name = "sn_client" -version = "0.104.27" +version = "0.104.28" dependencies = [ "async-trait", "backoff", @@ -4975,7 +4975,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.3.80" +version = "0.3.81" dependencies = [ "assert_fs", "bitcoin", @@ -5038,7 +5038,7 @@ dependencies = [ [[package]] name = "sn_networking" -version = "0.13.29" +version = "0.13.30" dependencies = [ "aes-gcm-siv", "async-trait", @@ -5076,7 +5076,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.104.35" +version = "0.104.36" dependencies = [ "assert_fs", "assert_matches", @@ -5129,7 +5129,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.4.67" +version = "0.4.68" dependencies = [ "assert_fs", "async-trait", @@ -5169,7 +5169,7 @@ dependencies = [ [[package]] name = "sn_protocol" -version = "0.15.0" +version = "0.15.1" dependencies = [ "blsttc", "bytes", @@ -5213,7 +5213,7 @@ dependencies = [ [[package]] name = "sn_transfers" -version = "0.16.1" +version = "0.16.2" dependencies = [ "assert_fs", "blsttc", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index 7741665977..927ff45d1f 100644 --- a/sn_cli/CHANGELOG.md +++ b/sn_cli/CHANGELOG.md @@ -6,6 +6,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.89.81](https://github.com/joshuef/safe_network/compare/sn_cli-v0.89.80...sn_cli-v0.89.81) - 2024-03-06 + +### Added +- *(cli)* cmd to initialise a directory as root Folder for storing and syncing on/with network +- *(cli)* pull any Folders changes from network when syncing and merge them to local version +- make sn_cli use sn_clients reeports +- *(cli)* files download respects filename path +- *(folders)* make payments for local mutations detected before syncing +- *(folders)* build mutations report to be used by status and sync apis +- *(folders)* sync up logic and CLI cmd +- impl iterate uploader self to extract spawn theads +- impl iterate uploader self to extract spawn theads +- elevate files api and cm +- refactor upload with iter +- a more clear param for a message function +- split upload and upload with iter +- removal of some messages from vody body +- batch royalties redemption +- collect royalties through DAG +- *(folders)* avoid chunking files when retrieving them with Folders from the network +- *(folders)* store files data-map within Folders metadata chunk +- file to download +- *(folders)* regenerate tracking info when downloading Folders fm the network +- *(folders)* realise local changes made to folders/files +- *(folders)* keep track of local changes to Folders + +### Fixed +- *(folders)* set correct change state to folders when scanning +- *(folders)* keep track of root folder sync status + +### Other +- clean swarm commands errs and spend errors +- also add deps features in sn_client +- *(release)* sn_transfers-v0.16.1 +- *(release)* sn_protocol-v0.15.0/sn-node-manager-v0.4.0 +- *(cli)* removing some redundant logic from acc-packet codebase +- *(cli)* minor improvements to acc-packet codebase comments +- rename to iterative upload +- rename to iterative upload +- *(folders)* some simplifications to acc-packet codebase +- *(folders)* minor improvements to folders status report + ## [0.89.80](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.89.79...sn_cli-v0.89.80) - 2024-02-23 ### Added diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index da41f39476..ac05971019 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.80" +version = "0.89.81" [[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.5" } -sn_client = { path = "../sn_client", version = "0.104.27" } +sn_client = { path = "../sn_client", version = "0.104.28" } sn_logging = { path = "../sn_logging", version = "0.2.21" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.6" } tempfile = "3.6.0" @@ -60,7 +60,7 @@ eyre = "0.6.8" criterion = "0.5.1" tempfile = "3.6.0" rand = { version = "~0.8.5", features = ["small_rng"] } -sn_client = { path = "../sn_client", version = "0.104.27", features = ["test-utils"] } +sn_client = { path = "../sn_client", version = "0.104.28", features = ["test-utils"] } [lints] workspace = true diff --git a/sn_client/CHANGELOG.md b/sn_client/CHANGELOG.md index e07d14cd86..57d6a099a5 100644 --- a/sn_client/CHANGELOG.md +++ b/sn_client/CHANGELOG.md @@ -6,6 +6,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.104.28](https://github.com/joshuef/safe_network/compare/sn_client-v0.104.27...sn_client-v0.104.28) - 2024-03-06 + +### Added +- *(cli)* pull any Folders changes from network when syncing and merge them to local version +- make sn_cli use sn_clients reeports +- *(folders)* sync up logic and CLI cmd +- *(register)* when a new entry is written return its hash +- refactor upload with iter +- actionable double spend reporting +- collect royalties through DAG +- *(folders)* store files data-map within Folders metadata chunk +- *(folders)* regenerate tracking info when downloading Folders fm the network +- *(folders)* realise local changes made to folders/files +- *(folders)* keep track of local changes to Folders +- expose sn related deps to app builders + +### Fixed +- filter out spent cashnotes in received client transfers + +### Other +- clean swarm commands errs and spend errors +- also add deps features in sn_client +- *(release)* sn_transfers-v0.16.1 +- *(release)* sn_protocol-v0.15.0/sn-node-manager-v0.4.0 +- *(cli)* removing some redundant logic from acc-packet codebase +- *(folders)* some simplifications to acc-packet codebase + ## [0.104.27](https://github.com/maidsafe/safe_network/compare/sn_client-v0.104.26...sn_client-v0.104.27) - 2024-02-23 ### Other diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml index c14b95922d..a61390daaa 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.104.27" +version = "0.104.28" [features] default=[] @@ -36,10 +36,10 @@ rayon = "1.8.0" rmp-serde = "1.1.1" self_encryption = "~0.29.0" serde = { version = "1.0.133", features = [ "derive", "rc" ]} -sn_networking = { path = "../sn_networking", version = "0.13.29" } -sn_protocol = { path = "../sn_protocol", version = "0.15.0" } +sn_networking = { path = "../sn_networking", version = "0.13.30" } +sn_protocol = { path = "../sn_protocol", version = "0.15.1" } sn_registers = { path = "../sn_registers", version = "0.3.10" } -sn_transfers = { path = "../sn_transfers", version = "0.16.1" } +sn_transfers = { path = "../sn_transfers", version = "0.16.2" } tempfile = "3.6.0" thiserror = "1.0.23" tiny-keccak = "~2.0.2" diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index 9f95495cab..3bb1345fb0 100644 --- a/sn_faucet/CHANGELOG.md +++ b/sn_faucet/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.81](https://github.com/joshuef/safe_network/compare/sn_faucet-v0.3.80...sn_faucet-v0.3.81) - 2024-03-06 + +### Added +- provide `faucet add` command +- *(faucet)* claim using signature of safe wallet + +### Other +- *(release)* sn_transfers-v0.16.1 + ## [0.3.80](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.3.79...sn_faucet-v0.3.80) - 2024-02-23 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index 5e656417f9..659f6cdba0 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.80" +version = "0.3.81" [features] default = [] @@ -30,10 +30,10 @@ indicatif = { version = "0.17.5", features = ["tokio"] } minreq = { version = "2.11.0", features = ["https-rustls"], optional = true} serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" -sn_client = { path = "../sn_client", version = "0.104.27" } +sn_client = { path = "../sn_client", version = "0.104.28" } sn_logging = { path = "../sn_logging", version = "0.2.21" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.6" } -sn_transfers = { path = "../sn_transfers", version = "0.16.1" } +sn_transfers = { path = "../sn_transfers", version = "0.16.2" } tiny_http = { version="0.12", features = ["ssl-rustls"] } tokio = { version = "1.32.0", features = ["parking_lot", "rt"] } tracing = { version = "~0.1.26" } diff --git a/sn_networking/CHANGELOG.md b/sn_networking/CHANGELOG.md index 68c2e0b94d..5352a6806c 100644 --- a/sn_networking/CHANGELOG.md +++ b/sn_networking/CHANGELOG.md @@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.30](https://github.com/joshuef/safe_network/compare/sn_networking-v0.13.29...sn_networking-v0.13.30) - 2024-03-06 + +### Added +- *(node)* exponential pricing when storage reaches high +- *(node)* bad verification to exclude connections from bad_nodes +- collect royalties through DAG +- *(node)* record_store chunk in batch and setup distance_range + +### Fixed +- filter out spent cashnotes in received client transfers +- record_store no longer update distance_range via close_group change + +### Other +- clean swarm commands errs and spend errors +- *(release)* sn_transfers-v0.16.1 +- *(release)* sn_protocol-v0.15.0/sn-node-manager-v0.4.0 + ## [0.13.29](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.13.28...sn_networking-v0.13.29) - 2024-02-23 ### Added diff --git a/sn_networking/Cargo.toml b/sn_networking/Cargo.toml index b9e4bc210d..223571d33d 100644 --- a/sn_networking/Cargo.toml +++ b/sn_networking/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_networking" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.13.29" +version = "0.13.30" [features] default = ["libp2p/quic"] @@ -50,8 +50,8 @@ rand = { version = "~0.8.5", features = ["small_rng"] } rayon = "1.8.0" rmp-serde = "1.1.1" serde = { version = "1.0.133", features = [ "derive", "rc" ]} -sn_protocol = { path = "../sn_protocol", version = "0.15.0" } -sn_transfers = { path = "../sn_transfers", version = "0.16.1" } +sn_protocol = { path = "../sn_protocol", version = "0.15.1" } +sn_transfers = { path = "../sn_transfers", version = "0.16.2" } sn_registers = { path = "../sn_registers", version = "0.3.9" } sysinfo = { version = "0.29.0", default-features = false, optional = true } thiserror = "1.0.23" diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 7b0c039074..2c2d6d32ac 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.104.36](https://github.com/joshuef/safe_network/compare/sn_node-v0.104.35...sn_node-v0.104.36) - 2024-03-06 + +### Added +- *(register)* when a new entry is written return its hash +- *(node)* bad verification to exclude connections from bad_nodes +- genesis double spend test +- *(test)* add option to retain_peer_id for the node's restart rpc cmd +- *(test)* imporve restart api for tests +- *(manager)* add rpc call to restart node service and process + +### Fixed +- double spend case identified by Shu + +### Other +- clean swarm commands errs and spend errors +- *(release)* sn_transfers-v0.16.1 +- *(release)* sn_protocol-v0.15.0/sn-node-manager-v0.4.0 +- *(daemon)* rename daemon binary to safenodemand +- revert wrong rebase changes +- *(manager)* add daemon restart test +- fix royalties gossip test + ## [0.104.35](https://github.com/maidsafe/safe_network/compare/sn_node-v0.104.34...sn_node-v0.104.35) - 2024-02-23 ### Added diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index dd141a725b..c5aac6534d 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.35" +version = "0.104.36" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -52,12 +52,12 @@ self_encryption = "~0.29.0" serde = { version = "1.0.133", features = [ "derive", "rc" ]} sn_build_info = { path="../sn_build_info", version = "0.1.5" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.6" } -sn_client = { path = "../sn_client", version = "0.104.27" } +sn_client = { path = "../sn_client", version = "0.104.28" } sn_logging = { path = "../sn_logging", version = "0.2.21" } -sn_networking = { path = "../sn_networking", version = "0.13.29" } -sn_protocol = { path = "../sn_protocol", version = "0.15.0", features = ["rpc"]} +sn_networking = { path = "../sn_networking", version = "0.13.30" } +sn_protocol = { path = "../sn_protocol", version = "0.15.1", features = ["rpc"]} sn_registers = { path = "../sn_registers", version = "0.3.10" } -sn_transfers = { path = "../sn_transfers", version = "0.16.1" } +sn_transfers = { path = "../sn_transfers", version = "0.16.2" } thiserror = "1.0.23" tokio = { version = "1.32.0", features = ["io-util", "macros", "parking_lot", "rt", "sync", "time", "signal"] } tokio-stream = { version = "~0.1.12" } @@ -75,7 +75,7 @@ color-eyre = "0.6.2" assert_matches = "1.5.0" tempfile = "3.6.0" reqwest = { version="0.11.18", default-features=false, features = ["rustls"] } -sn_protocol = { path = "../sn_protocol", version = "0.15.0", features = ["test-utils", "rpc"]} +sn_protocol = { path = "../sn_protocol", version = "0.15.1", features = ["test-utils", "rpc"]} [lints] workspace = true diff --git a/sn_node_manager/CHANGELOG.md b/sn_node_manager/CHANGELOG.md index 347bb6f2a1..baa26b1dcd 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.4.1](https://github.com/joshuef/safe_network/compare/sn-node-manager-v0.4.0...sn-node-manager-v0.4.1) - 2024-03-06 + +### Other +- update Cargo.lock dependencies + ## [0.4.0](https://github.com/joshuef/safe_network/compare/sn-node-manager-v0.3.11...sn-node-manager-v0.4.0) - 2024-03-05 ### Added diff --git a/sn_node_manager/Cargo.toml b/sn_node_manager/Cargo.toml index a462023ae8..f4e05f85b2 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.4.0" +version = "0.4.1" [[bin]] name = "safenode-manager" @@ -41,13 +41,13 @@ semver = "1.0.20" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" service-manager = "0.6.0" -sn_node_rpc_client = { path = "../sn_node_rpc_client", version = "0.4.67" } +sn_node_rpc_client = { path = "../sn_node_rpc_client", version = "0.4.68" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.6" } -sn_protocol = { path = "../sn_protocol", version = "0.15.0", features = [ +sn_protocol = { path = "../sn_protocol", version = "0.15.1", features = [ "rpc", ] } sn-releases = "0.1.7" -sn_transfers = { path = "../sn_transfers", version = "0.16.1" } +sn_transfers = { path = "../sn_transfers", version = "0.16.2" } sysinfo = "0.29.10" tokio = { version = "1.26", features = ["full"] } tracing = { version = "~0.1.26" } diff --git a/sn_node_rpc_client/CHANGELOG.md b/sn_node_rpc_client/CHANGELOG.md index 1de0f75539..4017689b3e 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.68](https://github.com/joshuef/safe_network/compare/sn_node_rpc_client-v0.4.67...sn_node_rpc_client-v0.4.68) - 2024-03-06 + +### Other +- update Cargo.lock dependencies + ## [0.4.67](https://github.com/joshuef/safe_network/compare/sn_node_rpc_client-v0.4.66...sn_node_rpc_client-v0.4.67) - 2024-03-06 ### Added diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 4de21ebe1f..4f30eb6b16 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.67" +version = "0.4.68" [[bin]] path="src/main.rs" @@ -23,12 +23,12 @@ color-eyre = "0.6.2" hex = "~0.4.3" libp2p = { version="0.53", features = ["kad"]} libp2p-identity = { version="0.2.7", features = ["rand"] } -sn_client = { path = "../sn_client", version = "0.104.27" } +sn_client = { path = "../sn_client", version = "0.104.28" } sn_logging = { path = "../sn_logging", version = "0.2.21" } -sn_node = { path = "../sn_node", version = "0.104.35" } +sn_node = { path = "../sn_node", version = "0.104.36" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.6" } -sn_protocol = { path = "../sn_protocol", version = "0.15.0", features=["rpc"] } -sn_transfers = { path = "../sn_transfers", version = "0.16.1" } +sn_protocol = { path = "../sn_protocol", version = "0.15.1", features=["rpc"] } +sn_transfers = { path = "../sn_transfers", version = "0.16.2" } thiserror = "1.0.23" # # watch out updating this, protoc compiler needs to be installed on all build systems # # arm builds + musl are very problematic diff --git a/sn_protocol/CHANGELOG.md b/sn_protocol/CHANGELOG.md index 8755703336..d9e718acaf 100644 --- a/sn_protocol/CHANGELOG.md +++ b/sn_protocol/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.1](https://github.com/joshuef/safe_network/compare/sn_protocol-v0.15.0...sn_protocol-v0.15.1) - 2024-03-06 + +### Other +- *(release)* sn_transfers-v0.16.1 + ## [0.15.0](https://github.com/joshuef/safe_network/compare/sn_protocol-v0.14.8...sn_protocol-v0.15.0) - 2024-03-05 ### Added diff --git a/sn_protocol/Cargo.toml b/sn_protocol/Cargo.toml index 229da30f6a..4b6e7a5610 100644 --- a/sn_protocol/Cargo.toml +++ b/sn_protocol/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn_protocol" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.15.0" +version = "0.15.1" [features] default = [] @@ -28,7 +28,7 @@ rmp-serde = "1.1.1" serde = { version = "1.0.133", features = [ "derive", "rc" ]} serde_json = "1.0" sha2 = "0.10.7" -sn_transfers = { path = "../sn_transfers", version = "0.16.1" } +sn_transfers = { path = "../sn_transfers", version = "0.16.2" } sn_registers = { path = "../sn_registers", version = "0.3.11" } thiserror = "1.0.23" tiny-keccak = { version = "~2.0.2", features = [ "sha3" ] } diff --git a/sn_transfers/CHANGELOG.md b/sn_transfers/CHANGELOG.md index 9e18c2f556..e2bd258e54 100644 --- a/sn_transfers/CHANGELOG.md +++ b/sn_transfers/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.16.2](https://github.com/joshuef/safe_network/compare/sn_transfers-v0.16.1...sn_transfers-v0.16.2) - 2024-03-06 + +### Other +- clean swarm commands errs and spend errors + ## [0.16.1](https://github.com/joshuef/safe_network/compare/sn_transfers-v0.16.0...sn_transfers-v0.16.1) - 2024-03-05 ### Added diff --git a/sn_transfers/Cargo.toml b/sn_transfers/Cargo.toml index ddb4499f61..80e44d3464 100644 --- a/sn_transfers/Cargo.toml +++ b/sn_transfers/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_transfers" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.16.1" +version = "0.16.2" [dependencies] bls = { package = "blsttc", version = "8.0.1" }