Skip to content

Commit

Permalink
chore(release): sn_cli-v0.89.14/sn_networking-v0.12.37/sn_faucet-v0.3…
Browse files Browse the repository at this point in the history
….14/sn_client-v0.102.9
  • Loading branch information
actions-user committed Jan 24, 2024
1 parent 0e9eecc commit e60abd6
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 15 deletions.
8 changes: 4 additions & 4 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_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.89.14](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.89.13...sn_cli-v0.89.14) - 2024-01-24

### Other
- update dependencies

## [0.89.13](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.89.12...sn_cli-v0.89.13) - 2024-01-24

### Other
Expand Down
4 changes: 2 additions & 2 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.89.13"
version = "0.89.14"

[[bin]]
path="src/main.rs"
Expand Down Expand Up @@ -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.4" }
sn_client = { path = "../sn_client", version = "0.102.8" }
sn_client = { path = "../sn_client", version = "0.102.9" }
sn_transfers = { path = "../sn_transfers", version = "0.14.41" }
sn_registers = { path = "../sn_registers", version = "0.3.8" }
sn_logging = { path = "../sn_logging", version = "0.2.17" }
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.102.9](https://github.com/maidsafe/safe_network/compare/sn_client-v0.102.8...sn_client-v0.102.9) - 2024-01-24

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

## [0.102.8](https://github.com/maidsafe/safe_network/compare/sn_client-v0.102.7...sn_client-v0.102.8) - 2024-01-24

### Added
Expand Down
6 changes: 3 additions & 3 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.102.8"
version = "0.102.9"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down Expand Up @@ -38,7 +38,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.12.36" }
sn_networking = { path = "../sn_networking", version = "0.12.37" }
sn_protocol = { path = "../sn_protocol", version = "0.11.0" }
sn_registers = { path = "../sn_registers", version = "0.3.8" }
sn_transfers = { path = "../sn_transfers", version = "0.14.41" }
Expand All @@ -60,4 +60,4 @@ workspace = true

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.2.12", features = ["js"] }
sn_networking = { path = "../sn_networking", version = "0.12.36" }
sn_networking = { path = "../sn_networking", version = "0.12.37" }
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.3.14](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.3.13...sn_faucet-v0.3.14) - 2024-01-24

### Other
- update dependencies

## [0.3.13](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.3.12...sn_faucet-v0.3.13) - 2024-01-24

### Other
Expand Down
4 changes: 2 additions & 2 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.3.13"
version = "0.3.14"

[features]
default = ["quic"]
Expand All @@ -28,7 +28,7 @@ indicatif = { version = "0.17.5", features = ["tokio"] }
minreq = { version = "2.11.0", features = ["https-rustls"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
sn_client = { path = "../sn_client", version = "0.102.8" }
sn_client = { path = "../sn_client", version = "0.102.9" }
sn_logging = { path = "../sn_logging", version = "0.2.17" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.4" }
sn_transfers = { path = "../sn_transfers", version = "0.14.41" }
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.12.37](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.12.36...sn_networking-v0.12.37) - 2024-01-24

### Other
- *(test)* lift up the expectations within address sim test

## [0.12.36](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.12.35...sn_networking-v0.12.36) - 2024-01-24

### 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.12.36"
version = "0.12.37"

[features]
default=["quic"]
Expand Down
4 changes: 2 additions & 2 deletions sn_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ self_encryption = "~0.29.0"
serde = { version = "1.0.133", features = [ "derive", "rc" ]}
sn_build_info = { path="../sn_build_info", version = "0.1.4" }
sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.2.4" }
sn_client = { path = "../sn_client", version = "0.102.8" }
sn_client = { path = "../sn_client", version = "0.102.9" }
sn_logging = { path = "../sn_logging", version = "0.2.17" }
sn_networking = { path = "../sn_networking", version = "0.12.36" }
sn_networking = { path = "../sn_networking", version = "0.12.37" }
sn_protocol = { path = "../sn_protocol", version = "0.11.0", features = ["rpc"]}
sn_registers = { path = "../sn_registers", version = "0.3.8" }
sn_transfers = { path = "../sn_transfers", version = "0.14.41" }
Expand Down
2 changes: 1 addition & 1 deletion sn_node_rpc_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ color-eyre = "0.6.2"
hex = "~0.4.3"
libp2p = { version="0.52", features = ["kad"]}
libp2p-identity = { version="0.2.7", features = ["rand"] }
sn_client = { path = "../sn_client", version = "0.102.8" }
sn_client = { path = "../sn_client", version = "0.102.9" }
sn_logging = { path = "../sn_logging", version = "0.2.17" }
sn_node = { path = "../sn_node", version = "0.103.12" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.4" }
Expand Down

0 comments on commit e60abd6

Please sign in to comment.