Skip to content

Commit

Permalink
chore(release): sn_client-v0.105.1/sn_transfers-v0.17.1/sn_cli-v0.90.…
Browse files Browse the repository at this point in the history
…1/sn_faucet-v0.4.1/sn_node-v0.105.1/sn_auditor-v0.1.1/sn_networking-v0.14.1/sn_protocol-v0.16.1/sn-node-manager-v0.7.1/sn_node_rpc_client-v0.6.1
  • Loading branch information
joshuef committed Mar 28, 2024
1 parent 8a5087e commit 1205215
Show file tree
Hide file tree
Showing 22 changed files with 116 additions and 44 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions sn_auditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1](https://github.com/joshuef/safe_network/compare/sn_auditor-v0.1.0...sn_auditor-v0.1.1) - 2024-03-28

### Other
- updated the following local packages: sn_client

## [0.1.0](https://github.com/joshuef/safe_network/releases/tag/sn_auditor-v0.1.0) - 2024-03-27

### Added
Expand Down
4 changes: 2 additions & 2 deletions sn_auditor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <[email protected]>"]
description = "Safe Network Auditor"
name = "sn_auditor"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
homepage = "https://maidsafe.net"
license = "GPL-3.0"
Expand All @@ -23,7 +23,7 @@ dirs-next = "~2.0.0"
graphviz-rust = "0.7.1"
serde = { version = "1.0.133", features = [ "derive", "rc" ]}
serde_json = "1.0.108"
sn_client = { path = "../sn_client", version = "0.105.0" }
sn_client = { path = "../sn_client", version = "0.105.1" }
sn_logging = { path = "../sn_logging", version = "0.2.25" }
sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.8" }
tiny_http = { version="0.12", features = ["ssl-rustls"] }
Expand Down
13 changes: 13 additions & 0 deletions sn_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.90.1](https://github.com/joshuef/safe_network/compare/sn_cli-v0.90.0...sn_cli-v0.90.1) - 2024-03-28

### Added
- *(uploader)* error out if the quote has expired during get store_cost
- *(uploader)* use WalletApi to prevent loading client wallet during each operation
- *(transfers)* implement WalletApi to expose common methods

### Fixed
- *(uploader)* clarify the use of root and wallet dirs

### Other
- *(uploader)* update docs

## [0.90.0](https://github.com/joshuef/safe_network/compare/sn_cli-v0.89.85...sn_cli-v0.90.0) - 2024-03-27

### Added
Expand Down
8 changes: 4 additions & 4 deletions sn_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_cli"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.90.0"
version = "0.90.1"

[[bin]]
path="src/bin/main.rs"
Expand Down Expand Up @@ -51,7 +51,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.105.0" }
sn_client = { path = "../sn_client", version = "0.105.1" }
sn_logging = { path = "../sn_logging", version = "0.2.25" }
sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.8" }
tempfile = "3.6.0"
Expand All @@ -66,8 +66,8 @@ 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.105.0", features = ["test-utils"] }
sn_protocol = { path = "../sn_protocol", version = "0.16.0" }
sn_client = { path = "../sn_client", version = "0.105.1", features = ["test-utils"] }
sn_protocol = { path = "../sn_protocol", version = "0.16.1" }

[lints]
workspace = true
13 changes: 13 additions & 0 deletions sn_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.105.1](https://github.com/joshuef/safe_network/compare/sn_client-v0.105.0...sn_client-v0.105.1) - 2024-03-28

### Added
- *(uploader)* error out if the quote has expired during get store_cost
- *(uploader)* use WalletApi to prevent loading client wallet during each operation
- *(transfers)* implement WalletApi to expose common methods

### Fixed
- *(uploader)* clarify the use of root and wallet dirs

### Other
- *(uploader)* update docs

## [0.105.0](https://github.com/joshuef/safe_network/compare/sn_client-v0.104.31...sn_client-v0.105.0) - 2024-03-27

### Added
Expand Down
8 changes: 4 additions & 4 deletions sn_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_client"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.105.0"
version = "0.105.1"

[features]
default=[]
Expand Down Expand Up @@ -36,11 +36,11 @@ 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.14.0" }
sn_protocol = { path = "../sn_protocol", version = "0.16.0" }
sn_networking = { path = "../sn_networking", version = "0.14.1" }
sn_protocol = { path = "../sn_protocol", version = "0.16.1" }
serde_json = "1.0"
sn_registers = { path = "../sn_registers", version = "0.3.12" }
sn_transfers = { path = "../sn_transfers", version = "0.17.0" }
sn_transfers = { path = "../sn_transfers", version = "0.17.1" }
tempfile = "3.6.0"
thiserror = "1.0.23"
tiny-keccak = "~2.0.2"
Expand Down
5 changes: 5 additions & 0 deletions sn_faucet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_faucet-v0.4.0...sn_faucet-v0.4.1) - 2024-03-28

### Fixed
- *(faucet)* add build info)

## [0.4.0](https://github.com/joshuef/safe_network/compare/sn_faucet-v0.3.85...sn_faucet-v0.4.0) - 2024-03-27

### Added
Expand Down
6 changes: 3 additions & 3 deletions sn_faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_faucet"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.4.0"
version = "0.4.1"

[features]
default = []
Expand Down Expand Up @@ -36,10 +36,10 @@ minreq = { version = "2.11.0", features = ["https-rustls"], optional = true }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
sn_build_info = { path = "../sn_build_info", version = "0.1.5" }
sn_client = { path = "../sn_client", version = "0.105.0" }
sn_client = { path = "../sn_client", version = "0.105.1" }
sn_logging = { path = "../sn_logging", version = "0.2.25" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.8" }
sn_transfers = { path = "../sn_transfers", version = "0.17.0" }
sn_transfers = { path = "../sn_transfers", version = "0.17.1" }
tokio = { version = "1.32.0", features = ["parking_lot", "rt"] }
tracing = { version = "~0.1.26" }
url = "2.5.0"
Expand Down
5 changes: 5 additions & 0 deletions sn_networking/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.14.1](https://github.com/joshuef/safe_network/compare/sn_networking-v0.14.0...sn_networking-v0.14.1) - 2024-03-28

### Other
- updated the following local packages: sn_transfers

## [0.14.0](https://github.com/joshuef/safe_network/compare/sn_networking-v0.13.35...sn_networking-v0.14.0) - 2024-03-27

### Added
Expand Down
6 changes: 3 additions & 3 deletions sn_networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_networking"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.14.0"
version = "0.14.1"

[features]
default = ["libp2p/quic"]
Expand Down Expand Up @@ -49,8 +49,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.16.0" }
sn_transfers = { path = "../sn_transfers", version = "0.17.0" }
sn_protocol = { path = "../sn_protocol", version = "0.16.1" }
sn_transfers = { path = "../sn_transfers", version = "0.17.1" }
sn_registers = { path = "../sn_registers", version = "0.3.12" }
sysinfo = { version = "0.29.0", default-features = false, optional = true }
thiserror = "1.0.23"
Expand Down
8 changes: 8 additions & 0 deletions sn_node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.105.1](https://github.com/joshuef/safe_network/compare/sn_node-v0.105.0...sn_node-v0.105.1) - 2024-03-28

### Added
- *(transfers)* implement WalletApi to expose common methods

### Fixed
- *(uploader)* clarify the use of root and wallet dirs

## [0.105.0](https://github.com/joshuef/safe_network/compare/sn_node-v0.104.41...sn_node-v0.105.0) - 2024-03-27

### Added
Expand Down
12 changes: 6 additions & 6 deletions sn_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <[email protected]>"]
description = "Safe Node"
name = "sn_node"
version = "0.105.0"
version = "0.105.1"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand Down Expand Up @@ -51,12 +51,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.8" }
sn_client = { path = "../sn_client", version = "0.105.0" }
sn_client = { path = "../sn_client", version = "0.105.1" }
sn_logging = { path = "../sn_logging", version = "0.2.25" }
sn_networking = { path = "../sn_networking", version = "0.14.0" }
sn_protocol = { path = "../sn_protocol", version = "0.16.0" }
sn_networking = { path = "../sn_networking", version = "0.14.1" }
sn_protocol = { path = "../sn_protocol", version = "0.16.1" }
sn_registers = { path = "../sn_registers", version = "0.3.12" }
sn_transfers = { path = "../sn_transfers", version = "0.17.0" }
sn_transfers = { path = "../sn_transfers", version = "0.17.1" }
sn_service_management = { path = "../sn_service_management", version = "0.2.0" }
thiserror = "1.0.23"
tokio = { version = "1.32.0", features = [
Expand Down Expand Up @@ -84,7 +84,7 @@ reqwest = { version = "0.11.18", default-features = false, features = [
"rustls",
] }
serde_json = "1.0"
sn_protocol = { path = "../sn_protocol", version = "0.16.0", features = [
sn_protocol = { path = "../sn_protocol", version = "0.16.1", features = [
"rpc",
] }
tempfile = "3.6.0"
Expand Down
5 changes: 5 additions & 0 deletions sn_node_manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.1](https://github.com/joshuef/safe_network/compare/sn-node-manager-v0.7.0...sn-node-manager-v0.7.1) - 2024-03-28

### Other
- updated the following local packages: sn_transfers

## [0.7.0](https://github.com/joshuef/safe_network/compare/sn-node-manager-v0.6.1...sn-node-manager-v0.7.0) - 2024-03-27

### Added
Expand Down
6 changes: 3 additions & 3 deletions sn_node_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "sn-node-manager"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.7.0"
version = "0.7.1"

[[bin]]
name = "safenode-manager"
Expand Down Expand Up @@ -42,10 +42,10 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
service-manager = "0.6.0"
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.8" }
sn_protocol = { path = "../sn_protocol", version = "0.16.0" }
sn_protocol = { path = "../sn_protocol", version = "0.16.1" }
sn_service_management = { path = "../sn_service_management", version = "0.2.0" }
sn-releases = "0.2.0"
sn_transfers = { path = "../sn_transfers", version = "0.17.0" }
sn_transfers = { path = "../sn_transfers", version = "0.17.1" }
sysinfo = "0.29.10"
tokio = { version = "1.26", features = ["full"] }
tracing = { version = "~0.1.26" }
Expand Down
5 changes: 5 additions & 0 deletions sn_node_rpc_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.1](https://github.com/joshuef/safe_network/compare/sn_node_rpc_client-v0.6.0...sn_node_rpc_client-v0.6.1) - 2024-03-28

### Other
- updated the following local packages: sn_client, sn_transfers, sn_node

## [0.6.0](https://github.com/joshuef/safe_network/compare/sn_node_rpc_client-v0.5.1...sn_node_rpc_client-v0.6.0) - 2024-03-27

### Added
Expand Down
Loading

0 comments on commit 1205215

Please sign in to comment.