Skip to content

Commit

Permalink
chore(release): sn_faucet-v0.4.2/sn_service_management-v0.2.1/sn_node…
Browse files Browse the repository at this point in the history
…-v0.105.2/sn-node-manager-v0.7.2/sn_node_rpc_client-v0.6.2
  • Loading branch information
joshuef committed Mar 28, 2024
1 parent 372cbcb commit d363c9b
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 14 deletions.
10 changes: 5 additions & 5 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_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.2](https://github.com/joshuef/safe_network/compare/sn_faucet-v0.4.1...sn_faucet-v0.4.2) - 2024-03-28

### Fixed
- *(faucet)* bind to wan

## [0.4.1](https://github.com/joshuef/safe_network/compare/sn_faucet-v0.4.0...sn_faucet-v0.4.1) - 2024-03-28

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

[features]
default = []
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.105.2](https://github.com/joshuef/safe_network/compare/sn_node-v0.105.1...sn_node-v0.105.2) - 2024-03-28

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

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

### Added
Expand Down
4 changes: 2 additions & 2 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.105.1"
version = "0.105.2"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand Down Expand Up @@ -57,7 +57,7 @@ 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.1" }
sn_service_management = { path = "../sn_service_management", version = "0.2.0" }
sn_service_management = { path = "../sn_service_management", version = "0.2.1" }
thiserror = "1.0.23"
tokio = { version = "1.32.0", features = [
"io-util",
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.2](https://github.com/joshuef/safe_network/compare/sn-node-manager-v0.7.1...sn-node-manager-v0.7.2) - 2024-03-28

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

## [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
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.7.1"
version = "0.7.2"

[[bin]]
name = "safenode-manager"
Expand Down Expand Up @@ -43,7 +43,7 @@ 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.1" }
sn_service_management = { path = "../sn_service_management", version = "0.2.0" }
sn_service_management = { path = "../sn_service_management", version = "0.2.1" }
sn-releases = "0.2.0"
sn_transfers = { path = "../sn_transfers", version = "0.17.1" }
sysinfo = "0.29.10"
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.2](https://github.com/joshuef/safe_network/compare/sn_node_rpc_client-v0.6.1...sn_node_rpc_client-v0.6.2) - 2024-03-28

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

## [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
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 @@ -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.6.1"
version = "0.6.2"

[[bin]]
name = "safenode_rpc_client"
Expand All @@ -25,10 +25,10 @@ libp2p = { version="0.53", features = ["kad"]}
libp2p-identity = { version="0.2.7", features = ["rand"] }
sn_client = { path = "../sn_client", version = "0.105.1" }
sn_logging = { path = "../sn_logging", version = "0.2.25" }
sn_node = { path = "../sn_node", version = "0.105.1" }
sn_node = { path = "../sn_node", version = "0.105.2" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.8" }
sn_protocol = { path = "../sn_protocol", version = "0.16.1", features=["rpc"] }
sn_service_management = { path = "../sn_service_management", version = "0.2.0" }
sn_service_management = { path = "../sn_service_management", version = "0.2.1" }
sn_transfers = { path = "../sn_transfers", version = "0.17.1" }
thiserror = "1.0.23"
# # watch out updating this, protoc compiler needs to be installed on all build systems
Expand Down
5 changes: 5 additions & 0 deletions sn_service_management/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.2.1](https://github.com/joshuef/safe_network/compare/sn_service_management-v0.2.0...sn_service_management-v0.2.1) - 2024-03-28

### Other
- *(release)* sn_client-v0.105.1/sn_transfers-v0.17.1/sn_cli-v0.90.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

## [0.2.0](https://github.com/joshuef/safe_network/compare/sn_service_management-v0.1.2...sn_service_management-v0.2.0) - 2024-03-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion sn_service_management/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "sn_service_management"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.2.0"
version = "0.2.1"

[dependencies]
async-trait = "0.1"
Expand Down

0 comments on commit d363c9b

Please sign in to comment.