Skip to content

Commit

Permalink
chore(release): sn_faucet-v0.4.21/sn_service_management-v0.3.2/sn_tra…
Browse files Browse the repository at this point in the history
…nsfers-v0.18.3/sn_auditor-v0.1.19/sn_client-v0.107.2/sn_networking-v0.16.1/sn_cli-v0.93.1/sn_node-v0.107.1/node-launchpad-v0.3.1/sn-node-manager-v0.9.1/sn_peers_acquisition-v0.3.1
  • Loading branch information
joshuef committed Jun 3, 2024
1 parent 3e20ee5 commit 9bf2452
Show file tree
Hide file tree
Showing 20 changed files with 78 additions and 38 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion nat-detection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ libp2p = { version = "0.53", features = [
"macros",
"upnp",
] }
sn_networking = { path = "../sn_networking", version = "0.16.0" }
sn_networking = { path = "../sn_networking", version = "0.16.1" }
tokio = { version = "1.32.0", features = ["full"] }
tracing = { version = "~0.1.26" }
tracing-log = "0.2.0"
Expand Down
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.3.1](https://github.com/joshuef/safe_network/compare/node-launchpad-v0.3.0...node-launchpad-v0.3.1) - 2024-06-03

### Other
- bump versions to enable re-release with env vars at compilation

## [0.3.0](https://github.com/joshuef/safe_network/compare/node-launchpad-v0.2.0...node-launchpad-v0.3.0) - 2024-06-03

### 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 <[email protected]>"]
description = "Node Launchpad"
name = "node-launchpad"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand Down Expand Up @@ -47,8 +47,8 @@ ratatui = { version = "0.26.0", features = ["serde", "macros", "unstable-widget-
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
signal-hook = "0.3.17"
sn-node-manager = { version = "0.9.0", path = "../sn_node_manager" }
sn_peers_acquisition = { version = "0.3.0", path = "../sn_peers_acquisition", features = ["network-contacts"]}
sn-node-manager = { version = "0.9.1", path = "../sn_node_manager" }
sn_peers_acquisition = { version = "0.3.1", path = "../sn_peers_acquisition", features = ["network-contacts"]}
sn-releases = "~0.2.6"
sn_service_management = { version = "0.3.2", path = "../sn_service_management" }
strip-ansi-escapes = "0.2.0"
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.19](https://github.com/joshuef/safe_network/compare/sn_auditor-v0.1.18...sn_auditor-v0.1.19) - 2024-06-03

### Other
- bump versions to enable re-release with env vars at compilation

## [0.1.18](https://github.com/joshuef/safe_network/compare/sn_auditor-v0.1.17...sn_auditor-v0.1.18) - 2024-06-03

### Added
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 <[email protected]>"]
description = "Safe Network Auditor"
name = "sn_auditor"
version = "0.1.18"
version = "0.1.19"
edition = "2021"
homepage = "https://maidsafe.net"
repository = "https://github.com/maidsafe/safe_network"
Expand All @@ -29,9 +29,9 @@ dirs-next = "~2.0.0"
graphviz-rust = { version = "0.9.0", optional = true }
serde = { version = "1.0.133", features = ["derive", "rc"] }
serde_json = "1.0.108"
sn_client = { path = "../sn_client", version = "0.107.1" }
sn_client = { path = "../sn_client", version = "0.107.2" }
sn_logging = { path = "../sn_logging", version = "0.2.27" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.0" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" }
tiny_http = { version = "0.12", features = ["ssl-rustls"] }
tracing = { version = "~0.1.26" }
tokio = { version = "1.32.0", features = [
Expand Down
5 changes: 5 additions & 0 deletions sn_cli/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.93.1](https://github.com/joshuef/safe_network/compare/sn_cli-v0.93.0...sn_cli-v0.93.1) - 2024-06-03

### Other
- bump versions to enable re-release with env vars at compilation

## [0.93.0](https://github.com/joshuef/safe_network/compare/sn_cli-v0.92.0...sn_cli-v0.93.0) - 2024-06-03

### 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.93.0"
version = "0.93.1"

[[bin]]
path = "src/bin/main.rs"
Expand Down Expand Up @@ -58,9 +58,9 @@ 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.107.1" }
sn_client = { path = "../sn_client", version = "0.107.2" }
sn_logging = { path = "../sn_logging", version = "0.2.27" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.0" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" }
sn_protocol = { path = "../sn_protocol", version = "0.17.1" }
tempfile = "3.6.0"
tiny-keccak = "~2.0.2"
Expand All @@ -83,7 +83,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.107.1", features = [
sn_client = { path = "../sn_client", version = "0.107.2", 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.107.2](https://github.com/joshuef/safe_network/compare/sn_client-v0.107.1...sn_client-v0.107.2) - 2024-06-03

### Other
- bump versions to enable re-release with env vars at compilation

## [0.107.0](https://github.com/joshuef/safe_network/compare/sn_client-v0.106.3...sn_client-v0.107.0) - 2024-06-03

### 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.107.1"
version = "0.107.2"

[features]
default = []
Expand Down Expand Up @@ -49,7 +49,7 @@ 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.16.0" }
sn_networking = { path = "../sn_networking", version = "0.16.1" }
sn_protocol = { path = "../sn_protocol", version = "0.17.1" }
serde_json = "1.0"
sn_registers = { path = "../sn_registers", version = "0.3.13" }
Expand All @@ -59,7 +59,7 @@ thiserror = "1.0.23"
tiny-keccak = "~2.0.2"
tracing = { version = "~0.1.26" }
xor_name = "5.0.0"
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.0", optional = true }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1", optional = true }
eyre = { version = "0.6.8", optional = true }
lazy_static = { version = "~1.4.0", optional = true }

Expand All @@ -85,7 +85,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.3.0" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" }
console_error_panic_hook = "0.1.6"
tracing-wasm = "0.2.1"
wasmtimer = "0.2.0"
Expand Down
6 changes: 3 additions & 3 deletions sn_faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,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.7" }
sn_cli = { path = "../sn_cli", version = "0.93.0" }
sn_client = { path = "../sn_client", version = "0.107.1" }
sn_cli = { path = "../sn_cli", version = "0.93.1" }
sn_client = { path = "../sn_client", version = "0.107.2" }
sn_logging = { path = "../sn_logging", version = "0.2.27" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.0" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" }
sn_protocol = { path = "../sn_protocol", version = "0.17.1" }
sn_transfers = { path = "../sn_transfers", version = "0.18.3" }
tokio = { version = "1.32.0", features = ["parking_lot", "rt"] }
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.16.1](https://github.com/joshuef/safe_network/compare/sn_networking-v0.16.0...sn_networking-v0.16.1) - 2024-06-03

### Other
- bump versions to enable re-release with env vars at compilation

## [0.16.0](https://github.com/joshuef/safe_network/compare/sn_networking-v0.15.3...sn_networking-v0.16.0) - 2024-06-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion 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.16.0"
version = "0.16.1"

[features]
default = ["libp2p/quic"]
Expand Down
5 changes: 5 additions & 0 deletions sn_node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.107.1](https://github.com/joshuef/safe_network/compare/sn_node-v0.107.0...sn_node-v0.107.1) - 2024-06-03

### Other
- bump versions to enable re-release with env vars at compilation

## [0.107.0](https://github.com/joshuef/safe_network/compare/sn_node-v0.106.5...sn_node-v0.107.0) - 2024-06-03

### Added
Expand Down
8 changes: 4 additions & 4 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.107.0"
version = "0.107.1"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand Down Expand Up @@ -52,10 +52,10 @@ 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.3.0" }
sn_client = { path = "../sn_client", version = "0.107.1" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" }
sn_client = { path = "../sn_client", version = "0.107.2" }
sn_logging = { path = "../sn_logging", version = "0.2.27" }
sn_networking = { path = "../sn_networking", version = "0.16.0" }
sn_networking = { path = "../sn_networking", version = "0.16.1" }
sn_protocol = { path = "../sn_protocol", version = "0.17.1" }
sn_registers = { path = "../sn_registers", version = "0.3.13" }
sn_transfers = { path = "../sn_transfers", version = "0.18.3" }
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.9.1](https://github.com/joshuef/safe_network/compare/sn-node-manager-v0.9.0...sn-node-manager-v0.9.1) - 2024-06-03

### Other
- bump versions to enable re-release with env vars at compilation

## [0.9.0](https://github.com/joshuef/safe_network/compare/sn-node-manager-v0.8.0...sn-node-manager-v0.9.0) - 2024-06-03

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

[[bin]]
name = "safenode-manager"
Expand Down Expand Up @@ -43,7 +43,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
service-manager = "0.7.0"
sn_logging = { path = "../sn_logging", version = "0.2.27" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.0" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" }
sn_protocol = { path = "../sn_protocol", version = "0.17.1" }
sn_service_management = { path = "../sn_service_management", version = "0.3.2" }
sn-releases = "0.2.6"
Expand Down
6 changes: 3 additions & 3 deletions sn_node_rpc_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ 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.107.1" }
sn_client = { path = "../sn_client", version = "0.107.2" }
sn_logging = { path = "../sn_logging", version = "0.2.27" }
sn_node = { path = "../sn_node", version = "0.107.0" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.0" }
sn_node = { path = "../sn_node", version = "0.107.1" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.1" }
sn_protocol = { path = "../sn_protocol", version = "0.17.1", features=["rpc"] }
sn_service_management = { path = "../sn_service_management", version = "0.3.2" }
sn_transfers = { path = "../sn_transfers", version = "0.18.3" }
Expand Down
5 changes: 5 additions & 0 deletions sn_peers_acquisition/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.3.1](https://github.com/joshuef/safe_network/compare/sn_peers_acquisition-v0.3.0...sn_peers_acquisition-v0.3.1) - 2024-06-03

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

## [0.3.0](https://github.com/joshuef/safe_network/compare/sn_peers_acquisition-v0.2.12...sn_peers_acquisition-v0.3.0) - 2024-06-03

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

[features]
local-discovery = []
Expand All @@ -21,7 +21,7 @@ lazy_static = "~1.4.0"
libp2p = { version="0.53", features = [] }
rand = "0.8.5"
reqwest = { version="0.12.2", default-features=false, features = ["rustls-tls"], optional = true }
sn_networking = { path = "../sn_networking", version = "0.16.0" }
sn_networking = { path = "../sn_networking", version = "0.16.1" }
thiserror = "1.0.23"
tokio = { version = "1.32.0", optional = true, default-features = false}
tracing = { version = "~0.1.26" }
Expand Down

0 comments on commit 9bf2452

Please sign in to comment.