Skip to content

Commit

Permalink
chore(release): sn_auditor-v0.1.13/sn_client-v0.106.1/sn_networking-v…
Browse files Browse the repository at this point in the history
…0.15.1/sn_protocol-v0.16.6/sn_cli-v0.91.1/sn_faucet-v0.4.15/sn_node-v0.106.1/node-launchpad-v0.1.1/sn_node_rpc_client-v0.6.14/sn_peers_acquisition-v0.2.12/sn_service_management-v0.2.6
  • Loading branch information
actions-user committed May 8, 2024
1 parent b58346c commit 7e698e1
Show file tree
Hide file tree
Showing 24 changed files with 110 additions and 53 deletions.
22 changes: 11 additions & 11 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 node-launchpad/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/maidsafe/safe_network/compare/node-launchpad-v0.1.0...node-launchpad-v0.1.1) - 2024-05-08

### Other
- update Cargo.lock dependencies

## [0.1.0](https://github.com/maidsafe/safe_network/releases/tag/node-launchpad-v0.1.0) - 2024-05-07

### Added
Expand Down
6 changes: 3 additions & 3 deletions node-launchpad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Node Launchpad"
name = "node-launchpad"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand Down Expand Up @@ -42,9 +42,9 @@ serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
signal-hook = "0.3.17"
sn-node-manager = { version = "0.7.5", path = "../sn_node_manager" }
sn_peers_acquisition = { version = "0.2.11", path = "../sn_peers_acquisition" }
sn_peers_acquisition = { version = "0.2.12", path = "../sn_peers_acquisition" }
sn-releases = "0.2.1"
sn_service_management = { version = "0.2.5", path = "../sn_service_management" }
sn_service_management = { version = "0.2.6", path = "../sn_service_management" }
strip-ansi-escapes = "0.2.0"
strum = { version = "0.26.1", features = ["derive"] }
tokio = { version = "1.32.0", features = ["full"] }
Expand Down
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.13](https://github.com/maidsafe/safe_network/compare/sn_auditor-v0.1.12...sn_auditor-v0.1.13) - 2024-05-08

### Other
- update Cargo.lock dependencies

## [0.1.12-alpha.1](https://github.com/maidsafe/safe_network/compare/sn_auditor-v0.1.12-alpha.0...sn_auditor-v0.1.12-alpha.1) - 2024-05-07

### Other
Expand Down
6 changes: 3 additions & 3 deletions sn_auditor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Safe Network Auditor"
name = "sn_auditor"
version = "0.1.12"
version = "0.1.13"
edition = "2021"
homepage = "https://maidsafe.net"
repository = "https://github.com/maidsafe/safe_network"
Expand All @@ -24,9 +24,9 @@ dirs-next = "~2.0.0"
graphviz-rust = "0.9.0"
serde = { version = "1.0.133", features = [ "derive", "rc" ]}
serde_json = "1.0.108"
sn_client = { path = "../sn_client", version = "0.106.0" }
sn_client = { path = "../sn_client", version = "0.106.1" }
sn_logging = { path = "../sn_logging", version = "0.2.26" }
sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.11" }
sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.12" }
tiny_http = { version="0.12", features = ["ssl-rustls"] }
tracing = { version = "~0.1.26" }
tokio = { version = "1.32.0", features = ["io-util", "macros", "parking_lot", "rt", "sync", "time", "fs"] }
6 changes: 6 additions & 0 deletions sn_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.91.1](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.91.0...sn_cli-v0.91.1) - 2024-05-08

### Other
- update Cargo.lock dependencies
- *(release)* sn_registers-v0.3.13

## [0.91.0-alpha.6](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.91.0-alpha.5...sn_cli-v0.91.0-alpha.6) - 2024-05-07

### Added
Expand Down
10 changes: 5 additions & 5 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.91.0"
version = "0.91.1"

[[bin]]
path = "src/bin/main.rs"
Expand Down Expand Up @@ -58,10 +58,10 @@ reqwest = { version = "0.12.2", default-features = false, features = [
rmp-serde = "1.1.1"
serde = { version = "1.0.133", features = ["derive"] }
sn_build_info = { path = "../sn_build_info", version = "0.1.7" }
sn_client = { path = "../sn_client", version = "0.106.0" }
sn_client = { path = "../sn_client", version = "0.106.1" }
sn_logging = { path = "../sn_logging", version = "0.2.26" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.11" }
sn_protocol = { path = "../sn_protocol", version = "0.16.5" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.12" }
sn_protocol = { path = "../sn_protocol", version = "0.16.6" }
sn_transfers = { path = "../sn_transfers", version = "0.18.0" }
tempfile = "3.6.0"
tiny-keccak = "~2.0.2"
Expand All @@ -84,7 +84,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.106.0", features = [
sn_client = { path = "../sn_client", version = "0.106.1", features = [
"test-utils",
] }

Expand Down
5 changes: 5 additions & 0 deletions sn_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.106.1](https://github.com/maidsafe/safe_network/compare/sn_client-v0.106.0...sn_client-v0.106.1) - 2024-05-08

### Other
- *(release)* sn_registers-v0.3.13

## [0.106.0-alpha.6](https://github.com/maidsafe/safe_network/compare/sn_client-v0.106.0-alpha.5...sn_client-v0.106.0-alpha.6) - 2024-05-07

### Added
Expand Down
10 changes: 5 additions & 5 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.106.0"
version = "0.106.1"

[features]
default = []
Expand Down Expand Up @@ -41,8 +41,8 @@ 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.15.0" }
sn_protocol = { path = "../sn_protocol", version = "0.16.5" }
sn_networking = { path = "../sn_networking", version = "0.15.1" }
sn_protocol = { path = "../sn_protocol", version = "0.16.6" }
serde_json = "1.0"
sn_registers = { path = "../sn_registers", version = "0.3.13" }
sn_transfers = { path = "../sn_transfers", version = "0.18.0" }
Expand All @@ -58,7 +58,7 @@ tokio = { version = "1.35.0", features = [
] }
tracing = { version = "~0.1.26" }
xor_name = "5.0.0"
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.11", optional = true }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.12", optional = true }
eyre = { version = "0.6.8", optional = true }
lazy_static = { version = "~1.4.0", optional = true }

Expand All @@ -84,7 +84,7 @@ crate-type = ["cdylib", "rlib"]
getrandom = { version = "0.2.12", features = ["js"] }
wasm-bindgen = "0.2.90"
wasm-bindgen-futures = "0.4.40"
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.11" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.12" }
console_error_panic_hook = "0.1.6"
tracing-wasm = "0.2.1"
wasmtimer = "0.2.0"
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.15](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.4.14...sn_faucet-v0.4.15) - 2024-05-08

### Other
- update Cargo.lock dependencies

## [0.4.14-alpha.1](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.4.14-alpha.0...sn_faucet-v0.4.14-alpha.1) - 2024-05-07

### 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.14"
version = "0.4.15"

[features]
default = []
Expand Down Expand Up @@ -36,9 +36,9 @@ 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.7" }
sn_client = { path = "../sn_client", version = "0.106.0" }
sn_client = { path = "../sn_client", version = "0.106.1" }
sn_logging = { path = "../sn_logging", version = "0.2.26" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.11" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.12" }
sn_transfers = { path = "../sn_transfers", version = "0.18.0" }
tokio = { version = "1.32.0", features = ["parking_lot", "rt"] }
tracing = { version = "~0.1.26" }
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.15.1](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.15.0...sn_networking-v0.15.1) - 2024-05-08

### Other
- *(release)* sn_registers-v0.3.13

## [0.15.0-alpha.6](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.15.0-alpha.5...sn_networking-v0.15.0-alpha.6) - 2024-05-07

### Added
Expand Down
4 changes: 2 additions & 2 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.15.0"
version = "0.15.1"

[features]
default = ["libp2p/quic"]
Expand Down Expand Up @@ -53,7 +53,7 @@ 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.5" }
sn_protocol = { path = "../sn_protocol", version = "0.16.6" }
sn_transfers = { path = "../sn_transfers", version = "0.18.0" }
sn_registers = { path = "../sn_registers", version = "0.3.13" }
sysinfo = { version = "0.30.8", default-features = false, optional = true }
Expand Down
6 changes: 6 additions & 0 deletions sn_node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.106.1](https://github.com/maidsafe/safe_network/compare/sn_node-v0.106.0...sn_node-v0.106.1) - 2024-05-08

### Other
- *(release)* sn_registers-v0.3.13
- *(node)* make owner optional

## [0.106.0-alpha.6](https://github.com/maidsafe/safe_network/compare/sn_node-v0.106.0-alpha.5...sn_node-v0.106.0-alpha.6) - 2024-05-07

### Added
Expand Down
14 changes: 7 additions & 7 deletions sn_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Safe Node"
name = "sn_node"
version = "0.106.0"
version = "0.106.1"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand Down Expand Up @@ -52,14 +52,14 @@ rayon = "1.8.0"
self_encryption = "~0.29.0"
serde = { version = "1.0.133", features = ["derive", "rc"] }
sn_build_info = { path = "../sn_build_info", version = "0.1.7" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.11" }
sn_client = { path = "../sn_client", version = "0.106.0" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.12" }
sn_client = { path = "../sn_client", version = "0.106.1" }
sn_logging = { path = "../sn_logging", version = "0.2.26" }
sn_networking = { path = "../sn_networking", version = "0.15.0" }
sn_protocol = { path = "../sn_protocol", version = "0.16.5" }
sn_networking = { path = "../sn_networking", version = "0.15.1" }
sn_protocol = { path = "../sn_protocol", version = "0.16.6" }
sn_registers = { path = "../sn_registers", version = "0.3.13" }
sn_transfers = { path = "../sn_transfers", version = "0.18.0" }
sn_service_management = { path = "../sn_service_management", version = "0.2.5" }
sn_service_management = { path = "../sn_service_management", version = "0.2.6" }
thiserror = "1.0.23"
tokio = { version = "1.32.0", features = [
"io-util",
Expand All @@ -86,7 +86,7 @@ reqwest = { version = "0.12.2", default-features = false, features = [
"rustls-tls-manual-roots",
] }
serde_json = "1.0"
sn_protocol = { path = "../sn_protocol", version = "0.16.5", features = [
sn_protocol = { path = "../sn_protocol", version = "0.16.6", features = [
"rpc",
] }
tempfile = "3.6.0"
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 @@ -41,9 +41,9 @@ semver = "1.0.20"
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.11" }
sn_protocol = { path = "../sn_protocol", version = "0.16.5" }
sn_service_management = { path = "../sn_service_management", version = "0.2.5" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.12" }
sn_protocol = { path = "../sn_protocol", version = "0.16.6" }
sn_service_management = { path = "../sn_service_management", version = "0.2.6" }
sn-releases = "0.2.0"
sn_transfers = { path = "../sn_transfers", version = "0.18.0" }
sysinfo = "0.30.12"
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.14](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.6.13...sn_node_rpc_client-v0.6.14) - 2024-05-08

### Other
- update Cargo.lock dependencies

## [0.6.13-alpha.1](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.6.13-alpha.0...sn_node_rpc_client-v0.6.13-alpha.1) - 2024-05-07

### Other
Expand Down

0 comments on commit 7e698e1

Please sign in to comment.